+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
\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
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