diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:11:04 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:11:04 +0000 |
commit | 658f25883ae46d547a9c3052c3d65a36b772d150 (patch) | |
tree | 54d6e4b94d2a78bd89c57bdd95c9147a0b024a3a /ld/ChangeLog | |
parent | e51b6c61d8780dda3b540305cc27a3fc738c25bc (diff) | |
download | gdb-658f25883ae46d547a9c3052c3d65a36b772d150.zip gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.gz gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.bz2 |
bfd:
* config.bfd (armeb-*-netbsdelf*): New target.
ld:
* Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
(earmelfb_nbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (armeb-*-netbsdelf*): New target.
(arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
(arm-*-netbsd*): Likewise.
* emulparams/armelfb_nbsd.sh: New file.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bb3dd76..920129a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2002-05-21 Jason Thorpe <thorpej@wasabisystems.com> + + * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o. + (earmelfb_nbsd.c): New rule. + * Makefile.in: Regenerate. + * configure.tgt (armeb-*-netbsdelf*): New target. + (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls. + (arm-*-netbsd*): Likewise. + * emulparams/armelfb_nbsd.sh: New file. + 2002-05-18 Tom Rix <trix@redhat.com> * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib |