summaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-02-26 01:45:22 +0000
committerJeff Law <law@redhat.com>2000-02-26 01:45:22 +0000
commit08c793de8660d9188dcc797335f7721050059fac (patch)
tree0146a262edd37bab0a329f23f99dc0b16bb2e73f /bfd/som.c
parent07eba26b43dd338a34bfc78e513c1d9835d3aeb3 (diff)
downloadgdb-08c793de8660d9188dcc797335f7721050059fac.tar.gz
* som.c (SOM_HOWTO): Define.
(som_hppa_howto_table): Use it.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/som.c b/bfd/som.c
index 492ac2307fa..cd61cc6c4bb 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"},