diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-01-20 00:07:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-01-20 00:07:58 +0000 |
commit | 7e7fb4a834f42d287a0850fcfb4b18227146a8c4 (patch) | |
tree | da858136a072155a87c96775cbf8575a377c6a54 /bfd/ChangeLog | |
parent | 693f8191edcaad38890e6ab459fa8fd42cbde726 (diff) | |
download | gdb-7e7fb4a834f42d287a0850fcfb4b18227146a8c4.zip gdb-7e7fb4a834f42d287a0850fcfb4b18227146a8c4.tar.gz gdb-7e7fb4a834f42d287a0850fcfb4b18227146a8c4.tar.bz2 |
updated with alpha changes
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e13519c..0085624 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,24 @@ +Wed Jan 19 17:28:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * config/alphaosf.mh (HDEFINES): Don't define HOST_64_BIT here; + that's dealt with elsewhere. + * hosts/alphaosf.h (sprintf_vma, fprintf_vma): New macros. + (uint64_typeHIGH, uint64_typeLOW): Comment with HOST_64_BIT so + they get copied to bfd.h. + + * reloc.c (enum bfd_reloc_code_real): Add some Alpha relocation + types. Reorganized some of the existing ones. + * coff-alpha.c (alpha_howto_table): Construct 64-bit negative one + values in case of compilation on a 32-bit machine. Fix pcrel + fields of some reloc types. + (alpha_bfd_reloc_type_lookup): Handle more relocation types. + + * bfd-in.h (uint64_typeHIGH, uint64_typeLOW): Supply default + definitions when not defined, regardless of whether uint64_type is + a defined macro or not. + (fprintf_vma, sprintf_vma): Define only if fprintf_vma is not + already defined. + Wed Jan 19 00:02:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * aoutx.h (translate_to_native_sym_flags): Set the type of a |