diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-19 15:39:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-19 15:39:08 +0000 |
commit | c2073f05cf6cff048fe2a41ff94630f72e8a2a9f (patch) | |
tree | 4a106b164e425f947928ee7ad3f1894e48b55e5a /bfd | |
parent | 7b9b1eb22ea26db49342c772b84f6383df0fab5d (diff) | |
download | gdb-c2073f05cf6cff048fe2a41ff94630f72e8a2a9f.zip gdb-c2073f05cf6cff048fe2a41ff94630f72e8a2a9f.tar.gz gdb-c2073f05cf6cff048fe2a41ff94630f72e8a2a9f.tar.bz2 |
* binary.c (binary_set_section_contents): Set section file
position based on LMA rather than VMA.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e517232..d2e98c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com> + + * binary.c (binary_set_section_contents): Set section file + position based on LMA rather than VMA. + Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de> * linker.c (_bfd_generic_link_output_symbols): Don't output any |