diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-20 13:49:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-20 13:49:00 +0000 |
commit | b47c42085628603e890a783b8d2a612d19f66396 (patch) | |
tree | 8ce3bd00189f2d2b7172db7735c5f7587b9e1fb9 /ld/ChangeLog | |
parent | fd521b4750cb0df1c841700637de89a7b25cccf3 (diff) | |
download | gdb-b47c42085628603e890a783b8d2a612d19f66396.zip gdb-b47c42085628603e890a783b8d2a612d19f66396.tar.gz gdb-b47c42085628603e890a783b8d2a612d19f66396.tar.bz2 |
* ldgram.y (mri_script_command): Surround processing of INCLUDE
with ldlex_script, ldlex_popstate.
(ifile_p1): Likewise.
* ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
correct slot.
(lex_push_file): Save current lineno to lineno_stack. Set lineno
to 1. Don't BEGIN(SCRIPT).
(lex_redirect): Similarly.
* ldmain.c (main): Set yydebug non-zero if YYDEBUG.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1ff2d26..50816d0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2001-10-20 Alan Modra <amodra@bigpond.net.au> + + * ldgram.y (mri_script_command): Surround processing of INCLUDE + with ldlex_script, ldlex_popstate. + (ifile_p1): Likewise. + * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the + correct slot. + (lex_push_file): Save current lineno to lineno_stack. Set lineno + to 1. Don't BEGIN(SCRIPT). + (lex_redirect): Similarly. + * ldmain.c (main): Set yydebug non-zero if YYDEBUG. + 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com> * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and |