diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-01 08:35:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-01 08:35:04 +0000 |
commit | 91fb2a9d47c50cbd56e24b24c86f47972edc2be5 (patch) | |
tree | 5427b4aef9e5dfb04d5782aa99dbe86975a495cc /bfd/ChangeLog | |
parent | 2097767332a3b2395da7015d076c33c0bb182d32 (diff) | |
download | gdb-91fb2a9d47c50cbd56e24b24c86f47972edc2be5.zip gdb-91fb2a9d47c50cbd56e24b24c86f47972edc2be5.tar.gz gdb-91fb2a9d47c50cbd56e24b24c86f47972edc2be5.tar.bz2 |
Add code to catch obsolete configurations and warn about them unless
--enable-obsolete is used. Use this to mark vax-vms port as obsolete.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 07ebc93..f5b0966 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-08-01 Nick Clifton <nickc@redhat.com> + + * config.bfd: Add code to catch obsolete configurations and warn + about them unless --enable-obsolete is used. Use this to mark + vax-vms port as obsolete. + 2003-07-30 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (ppc_elf_install_value): Tidy. |