diff options
author | Jeff Law <law@redhat.com> | 1994-02-08 05:17:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-08 05:17:01 +0000 |
commit | 9ed21f0ebf2b8150f7b84d5bccbf7b3457236556 (patch) | |
tree | 80dfe436628e430e5a0af4e729db72b1774a3b2f /bfd/ChangeLog | |
parent | 6941fd4d644db2e33a0b1cb63dc9a67a333b5046 (diff) | |
download | gdb-9ed21f0ebf2b8150f7b84d5bccbf7b3457236556.zip gdb-9ed21f0ebf2b8150f7b84d5bccbf7b3457236556.tar.gz gdb-9ed21f0ebf2b8150f7b84d5bccbf7b3457236556.tar.bz2 |
* config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this
configuration.
(hppa*-*-*elf*): This configuration used hppa-elf now.
* som.c: This file is also used for HOST_HPPAOSF.
* targets.c (bfd_target_vector): Enable som_vec for HOST_HPPAOSF.
* hosts/hppaosf.h: New host configuration file.
* config/hppabsd.mt (SELECT_VECS): Add bfd_elf32_hppa_vec as
BSD handles both SOM and ELF object files.
* config/hppaosf.mh (HDEFINES): Delete. No longer needed.
(RANLIB): Doesn't do anything, define it to be "echo".
* config/hppaosf.mt: New target makefile fragment for a PA running
OSF1.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c97ccf3..ff326fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,24 @@ +Mon Feb 7 20:56:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this + configuration. + (hppa*-*-*elf*): This configuration used hppa-elf now. + + * som.c: This file is also used for HOST_HPPAOSF. + + * targets.c (bfd_target_vector): Enable som_vec for HOST_HPPAOSF. + + * hosts/hppaosf.h: New host configuration file. + + * config/hppabsd.mt (SELECT_VECS): Add bfd_elf32_hppa_vec as + BSD handles both SOM and ELF object files. + + * config/hppaosf.mh (HDEFINES): Delete. No longer needed. + (RANLIB): Doesn't do anything, define it to be "echo". + + * config/hppaosf.mt: New target makefile fragment for a PA running + OSF1. + Mon Feb 7 15:02:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * archures.c (enum bfd_architecture): Added bfd_arch_powerpc. |