]> git.gag.com Git - fw/sdcc/commitdiff
Updated information about .adb files (bug #742649)
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 24 May 2003 17:11:32 +0000 (17:11 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 24 May 2003 17:11:32 +0000 (17:11 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2644 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/sdccman.lyx

index bd56dbaeb08ea0e1914e0e0e38a7c15effed5615..259ac6d38ae7069ccceb0ffdced461f17636afbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-24  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+        * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
+        
 2003-05-22  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
index b54f3d70de15ee7b723a6cd8182bf0cf3d841ff4..f9964d0851cfb677beb397b9823575d0a3ac032e 100644 (file)
@@ -8567,8 +8567,9 @@ The \SpecialChar \-
 \SpecialChar \-
 debug option must be specified for all files for which debug information
  is to be generated.
- The complier generates a .cdb file for each of these files.
- The linker updates the .cdb file with the address information.
+ The complier generates a .adb file for each of these files.
+ The linker creates the .cdb file from the .adb files and the address
+ information.
  This .cdb is used by the debugger.
 \layout Subsection
 
@@ -8577,8 +8578,9 @@ How the Debugger Works
 
 When the ---debug option is specified the compiler generates extra symbol
  information some of which are put into the the assembler source and some
- are put into the .cdb file, the linker updates the .cdb file with the address
- information for the symbols.
+ are put into the .adb file. 
+ Then the linker creates the .cdb file from the individual .adb files with
+ the address information for the symbols.
  The debugger reads the symbolic information generated by the compiler &
  the address information generated by the linker.
  It uses the SIMULATOR (Daniel's S51) to execute the program, the program