* som.c (SOM_HOWTO): Define.
authorJeff Law <law@redhat.com>
Sat, 26 Feb 2000 01:45:22 +0000 (01:45 +0000)
committerJeff Law <law@redhat.com>
Sat, 26 Feb 2000 01:45:22 +0000 (01:45 +0000)
        (som_hppa_howto_table): Use it.

bfd/ChangeLog
bfd/som.c

index a5c0dbbdbc4396f78d83c015de57bb4340918476..105dac8911b185ac4fff6c78a401714a12e1af54 100644 (file)
@@ -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  <oliva@lsd.ic.unicamp.br>
 
        * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
index 492ac2307face33ea1b1926c18c17bbef2b9f90e..cd61cc6c4bb08aa30167fae8557607062817c0d6 100644 (file)
--- 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"},
This page took 0.073684 seconds and 4 git commands to generate.