diff options
author | Jeff Law <law@redhat.com> | 2000-02-26 01:45:22 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-02-26 01:45:22 +0000 |
commit | 36e89602d2543e9dce32189126c14c31a4853c24 (patch) | |
tree | 488977545f064c24cbc6eea384e9a6217f515022 /bfd/som.c | |
parent | 07735828ddb5e3ddd34fc049fe93f746ca184d98 (diff) | |
download | gdb-36e89602d2543e9dce32189126c14c31a4853c24.zip gdb-36e89602d2543e9dce32189126c14c31a4853c24.tar.gz gdb-36e89602d2543e9dce32189126c14c31a4853c24.tar.bz2 |
* som.c (SOM_HOWTO): Define.
(som_hppa_howto_table): Use it.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"}, |