diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-22 22:13:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-22 22:13:23 +0000 |
commit | f645a4bf3855995ae0dbf847a64a258512847cf2 (patch) | |
tree | 5f19809c46092f4a60ce92f93ec5f4a47c3756a1 /binutils/ChangeLog | |
parent | 92867d8efa6a85d7db47730bc15950c025b6a0eb (diff) | |
download | gdb-f645a4bf3855995ae0dbf847a64a258512847cf2.zip gdb-f645a4bf3855995ae0dbf847a64a258512847cf2.tar.gz gdb-f645a4bf3855995ae0dbf847a64a258512847cf2.tar.bz2 |
* nlmconv.c (setup_sections): Remove special handling of .reginfo
section.
(copy_sections): Likewise.
(alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the
special ECOFF .reginfo section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 89696a5..945f47d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * nlmconv.c (setup_sections): Remove special handling of .reginfo + section. + (copy_sections): Likewise. + (alpha_mangle_relocs): Use bfd_ecoff_get_gp_value rather than the + special ECOFF .reginfo section. + * objcopy.c (copy_object): Call bfd_copy_private_bfd_data after copying everything else, to let it fiddle with the file in its final state. |