diff options
author | Nick Clifton <nickc@redhat.com> | 2002-10-23 13:24:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-10-23 13:24:10 +0000 |
commit | 63fd3b826bd48b24777f41e323f7bf932350edbf (patch) | |
tree | c8df324733b976cca1060f02e09ab4e11440d747 /ld/ChangeLog | |
parent | e82ce5296f0d7feb044b0ca62f1c7cc38e0be859 (diff) | |
download | gdb-63fd3b826bd48b24777f41e323f7bf932350edbf.zip gdb-63fd3b826bd48b24777f41e323f7bf932350edbf.tar.gz gdb-63fd3b826bd48b24777f41e323f7bf932350edbf.tar.bz2 |
Add new command line option "--no-omagic" which undoes the effects of -N.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 2a4080b..9bbbbf3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2002-10-23 Nick Clifton <nickc@redhat.com> + + * lexsup.c (OPTION_NO_OMAGIC): Define. + (ld_options): Add "no-omagic" option. + (parse_args): Parse --no-omagic. + * ld.texinfo: Document --no-omagic. + * NEWS: Mention new option. + 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net> * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__, |