diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-02-28 10:53:19 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-02-28 10:53:19 +0000 |
commit | ed6ba29825f54a73da0b6829600f5cb9b59c9142 (patch) | |
tree | 4df8855f2aa3409e1461335be2efcaaec63a8a99 /bfd/ChangeLog | |
parent | 870074ddaece1635f45566c00e2bae2a670b1149 (diff) | |
download | gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.zip gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.tar.gz gdb-ed6ba29825f54a73da0b6829600f5cb9b59c9142.tar.bz2 |
bfd/
* config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza.
gas/
* configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
ld/
* Makefile.am (ALL_EMULATIONS): Add eshelf_uclinux.o
(eshelf_uclinux.c): New target.
* Makefile.in: Rebuilt.
* configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): New stanza.
* emulparams/shelf_uclinux.sh: New.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a66c0f26..d02f19a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-02-28 Nathan Sidwell <nathan@codesourcery.com> + + * config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza. + 2007-02-27 Alan Modra <amodra@bigpond.net.au> * elf32-spu.h (struct _ovl_stream): Make "start" and "end" const. |