From: Jeff Law Date: Sat, 26 Feb 2000 01:45:22 +0000 (+0000) Subject: * som.c (SOM_HOWTO): Define. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=36e89602d2543e9dce32189126c14c31a4853c24;p=deliverable%2Fbinutils-gdb.git * som.c (SOM_HOWTO): Define. (som_hppa_howto_table): Use it. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a5c0dbbdbc..105dac8911 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com) + + * som.c (SOM_HOWTO): Define. + (som_hppa_howto_table): Use it. + 2000-02-25 Alexandre Oliva * config.bfd: Enable 64 bit support for GNU/Linux/sparc. diff --git a/bfd/som.c b/bfd/som.c index 492ac2307f..cd61cc6c4b 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -784,6 +784,9 @@ static const int comp3_opcodes[] = #define R_COMMENT 0xdd #endif +#define SOM_HOWTO(TYPE, NAME) \ + HOWTO(TYPE, 0, 0, 32, false, 0, 0, hppa_som_reloc, NAME, false, 0, 0, false) + static reloc_howto_type som_hppa_howto_table[] = { {R_NO_RELOCATION, 0, 0, 32, false, 0, 0, hppa_som_reloc, "R_NO_RELOCATION"},