diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-15 23:27:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-15 23:27:54 +0000 |
commit | 485dc654e22c35d771308c2d3391a8e732d200b0 (patch) | |
tree | c749bc4fd96d5d53ae7a004945c483662d00657e /bfd | |
parent | 0b72c41044e724b451e7efd1b329bd95b29f3407 (diff) | |
download | gdb-485dc654e22c35d771308c2d3391a8e732d200b0.zip gdb-485dc654e22c35d771308c2d3391a8e732d200b0.tar.gz gdb-485dc654e22c35d771308c2d3391a8e732d200b0.tar.bz2 |
comment on v9 stuff
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index adf84f9..772e08e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Wed Jun 15 18:02:21 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + Enable sparc v9 support for release. Note that this is still a + work in progress, pending release of an ABI specification. + * config.bfd, configure.in: Include sparc v9 elf config. + * elfcode.h (prep_headers): Handle sparc v9 (64 bit). + * reloc.c (bfd_reloc_code_real): New reloc types. + * elf64-sparc.c: Implement elf64-sparc target. + * Makefile.in, targets.c: Updated. + Wed Jun 15 01:34:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr |