diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-03 21:13:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-03 21:13:41 +0000 |
commit | 9d17519894716ce0db015aaffa89502c5e624e9e (patch) | |
tree | 6fa465f5f8cb8d69a27d954a0d7e872d5cc371f2 /bfd | |
parent | fe098bf4905217be1b4e303ab3b7e55dab84caf1 (diff) | |
download | gdb-9d17519894716ce0db015aaffa89502c5e624e9e.zip gdb-9d17519894716ce0db015aaffa89502c5e624e9e.tar.gz gdb-9d17519894716ce0db015aaffa89502c5e624e9e.tar.bz2 |
* coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4.
(sh_relax_delete_bytes): Correct handling of differently sized
trailing alignment reloc.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1b8408b..31b3580 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Jun 3 11:01:53 1996 Ian Lance Taylor <ian@cygnus.com> + * coff-sh.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Set to 4. + (sh_relax_delete_bytes): Correct handling of differently sized + trailing alignment reloc. + * bfd-in.h: Use #error if BFD_HOST_64_BIT can not be defined. * bfd-in2.h: Rebuild. * configure.in: Warn if there is no known 64 bit type. |