diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-22 22:09:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-22 22:09:44 +0000 |
commit | 92867d8efa6a85d7db47730bc15950c025b6a0eb (patch) | |
tree | 069e3d7b4d36352726f349aafb2d58a21e7363ce /gas | |
parent | cc71e155b6f60586f8afddaaa9512d0972d92866 (diff) | |
download | gdb-92867d8efa6a85d7db47730bc15950c025b6a0eb.zip gdb-92867d8efa6a85d7db47730bc15950c025b6a0eb.tar.gz gdb-92867d8efa6a85d7db47730bc15950c025b6a0eb.tar.bz2 |
* config/obj-ecoff.c (ecoff_frob_file): Use bfd_ecoff_set_gp_value
and bfd_ecoff_set_regmasks to set the GP value and the register
masks, rather than using the now obsolete fake .reginfo section.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b85b68..88e6def 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 22 17:58:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/obj-ecoff.c (ecoff_frob_file): Use bfd_ecoff_set_gp_value + and bfd_ecoff_set_regmasks to set the GP value and the register + masks, rather than using the now obsolete fake .reginfo section. + Fri Apr 22 15:17:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * listing.c (list_symbol_table): Don't print register symbols as |