diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-04-02 21:28:33 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-04-02 21:28:33 +0000 |
commit | d1f74cd2c3a5165946c0152eeedd5515a356a189 (patch) | |
tree | 832e5e409217bdec2a88b1bfca2270612bc8718f /bfd/ChangeLog | |
parent | 19bfbcbecf49abb63d85b0244dc10770e3b4ac9a (diff) | |
download | gdb-d1f74cd2c3a5165946c0152eeedd5515a356a189.zip gdb-d1f74cd2c3a5165946c0152eeedd5515a356a189.tar.gz gdb-d1f74cd2c3a5165946c0152eeedd5515a356a189.tar.bz2 |
* aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.
(aout_32_sunos4_write_object_contents): Likewise.
* aoutx.h (NAME(aout,machine_type)): Handle
bfd_mach_sparc_{sparclet,sparclite}.
* archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define.
(bfd_mach_sparc_v9_p): Update.
* cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite.
* libaout.h (enum machine_type): Add M_SPARCLET.
* sunos.c (MACHTYPE_OK): Define.
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9de2eec..460bfea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com> + + * aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET. + (aout_32_sunos4_write_object_contents): Likewise. + * aoutx.h (NAME(aout,machine_type)): Handle + bfd_mach_sparc_{sparclet,sparclite}. + * archures.c (bfd_mach_sparc_{sparclet,sparclite}): Define. + (bfd_mach_sparc_v9_p): Update. + * cpu-sparc.c (arch_info_struct): Add entries for sparclet,sparclite. + * libaout.h (enum machine_type): Add M_SPARCLET. + * sunos.c (MACHTYPE_OK): Define. + * bfd-in2.h: Regenerated. + Tue Apr 2 00:33:18 1996 Ian Lance Taylor <ian@cygnus.com> * elf-bfd.h (struct elf_link_hash_table): Add hgot field. |