diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-05 08:21:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-05 08:21:47 +0000 |
commit | 3077f5d8b218d57c50f76de71bd274d09a2f945a (patch) | |
tree | 4186761e0db9c7eb94018081dcf680accf8d3980 /binutils/ChangeLog | |
parent | 7df05f2b91d56bb6305625b73f0180187f4d66ff (diff) | |
download | gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.zip gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.tar.gz gdb-3077f5d8b218d57c50f76de71bd274d09a2f945a.tar.bz2 |
Add -l for compatibility with wrc, and rc. Use the short option as a key for
long options that have a synonymous short option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5fd0fe8..1aae5de 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,8 +1,15 @@ +2003-04-05 Dimitrie O. Paun <dpaun@rogers.com> + + * windres.c: Add -l for compatibility with wrc, and rc. + Use the short option as a key for long options that have + a synonymous short option. + * doc/binutils.texi: Added -l to the list of options. + 2003-04-03 Dimitrie O. Paun <dpaun@rogers.com> - * windres.c: Add -U for compatibility with wrc, rc, and cpp. - (main): Just pass the -U option down to the preprocessor. - * doc/binutils.texi: Added -U to the list of options. + * windres.c: Add -U for compatibility with wrc, rc, and cpp. + (main): Just pass the -U option down to the preprocessor. + * doc/binutils.texi: Added -U to the list of options. 2003-04-01 Dimitrie O. Paun <dpaun@rogers.com> @@ -16,12 +23,12 @@ 2003-04-01 Bob Wilson <bob.wilson@acm.org> - * readelf.c: Include "elf/xtensa.h". - (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of - targets that use RELA relocations. - (dump_relocations): Call elf_xtensa_reloc_type for - EM_XTENSA and EM_XTENSA_OLD. - (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD. + * readelf.c: Include "elf/xtensa.h". + (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of + targets that use RELA relocations. + (dump_relocations): Call elf_xtensa_reloc_type for + EM_XTENSA and EM_XTENSA_OLD. + (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD. 2003-04-01 Nick Clifton <nickc@redhat.com> |