From: jesusc Date: Sat, 24 May 2003 17:11:32 +0000 (+0000) Subject: Updated information about .adb files (bug #742649) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=20d01ef35512dbefe87728a6f4f962a9a52f2639;p=fw%2Fsdcc Updated information about .adb files (bug #742649) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2644 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index bd56dbae..259ac6d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-24 Jesus Calvino-Fraga + + * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649) + 2003-05-22 Bernhard Held * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index b54f3d70..f9964d08 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -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