diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-21 21:17:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-21 21:17:17 +0000 |
commit | d2d70da54f009ee424c7a1450f755cb7ffba213e (patch) | |
tree | 3609c151d9287b19e8930a269d00dac45155e62e /bfd/ChangeLog | |
parent | e18683b73b325dcf6fe2c929d666542b30fec7e7 (diff) | |
download | gdb-d2d70da54f009ee424c7a1450f755cb7ffba213e.zip gdb-d2d70da54f009ee424c7a1450f755cb7ffba213e.tar.gz gdb-d2d70da54f009ee424c7a1450f755cb7ffba213e.tar.bz2 |
* peicode.h: Add & 0xffffffff when using ImageBase in case bfd_vma
is 64 bits.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0fc77bb..ba16b40 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,9 +1,14 @@ +Wed May 21 17:15:50 1997 Ian Lance Taylor <ian@cygnus.com> + + * peicode.h: Add & 0xffffffff when using ImageBase in case bfd_vma + is 64 bits. + Wed May 21 09:58:10 1997 Nick Clifton <nickc@cygnus.com> * cofflink.c (mark_relocs): Add new function to mark symbols which - are used by relocations. (_bfd_coff_link_input_bfd): Add call to - mark_relocs() and code to suppress the skipping of symbols that - have thus been marked. + are used by relocations. + (_bfd_coff_link_input_bfd): Add call to mark_relocs() and code to + suppress the skipping of symbols that have thus been marked. Tue May 20 18:45:26 1997 Ian Lance Taylor <ian@cygnus.com> @@ -76,11 +81,11 @@ Fri May 9 10:15:27 1997 Nick Clifton <nickc@cygnus.com> (global): Macro redefinitions set up to use these new functions. * coffcode.h (coff_mkobject_hook): Added call to - coff_arm_bfd_set_private_flags(). (coff_set_arch_mach_hook): - Added code to set machine type based on bits stored in internal - flags. (coff_set_flags): Added code to set the new bits in the - flags field based on the machine number. - + coff_arm_bfd_set_private_flags(). + (coff_set_arch_mach_hook): Added code to set machine type based on + bits stored in internal flags. + (coff_set_flags): Added code to set the new bits in the flags + field based on the machine number. (function definition macros): Made all function definition macros conditional so that they can be overridden by target specific files. |