]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,
authorJeff Law <law@redhat.com>
Tue, 2 Nov 1999 08:46:25 +0000 (08:46 +0000)
committerJeff Law <law@redhat.com>
Tue, 2 Nov 1999 08:46:25 +0000 (08:46 +0000)
        R_LINETAB, R_LINETAB_ESC, and R_COMMENT.

bfd/ChangeLog
bfd/som.c

index f37dd64ef776f9fb89faf932861f03d7e4156635..a5a918e3c6c6f31fa45908933acf34ee9ef4bccd 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov  2 01:44:41 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * som.c (som_fixup_formats): Improve handling of R_AUX_UNWIND,
+       R_LINETAB, R_LINETAB_ESC, and R_COMMENT.
+
 1999-10-28  Ian Lance Taylor  <ian@zembu.com>
 
        * elflink.h (elf_bfd_final_link): Make last_local signed.
index 77de9583f933b186b0f8a7a5fd626599978f431e..6f2b6c3abd6fd66616ee2460f9c30e8b122c7a3a 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -634,8 +634,8 @@ static const struct fixup_format som_fixup_formats[256] =
   4,    "Ve=",         /* 0xcd */
   /* R_TRANSLATED */
   0,    "",            /* 0xce */
-  /* R_RESERVED */
-  0,    "",            /* 0xcf */
+  /* R_AUX_UNWIND */
+  0,    "Sd=Vf=Ef=",    /* 0xcf */
   /* R_COMP1 */
   0,    "Ob=",         /* 0xd0 */
   /* R_COMP2 */
@@ -654,13 +654,13 @@ static const struct fixup_format som_fixup_formats[256] =
   /* R_N1SEL */
   0,   "",             /* 0xd9 */
   /* R_LINETAB */
-  0,   "",             /* 0xda */
+  0,   "Eb=Sd=Ve=",    /* 0xda */
   /* R_LINETAB_ESC */
-  0,   "",             /* 0xdb */
+  0,   "Eb=Mb=",       /* 0xdb */
   /* R_LTP_OVERRIDE */
   0,   "",             /* 0xdc */
   /* R_COMMENT */
-  0,   "",             /* 0xdd */
+  0,    "Ob=Ve=",      /* 0xdd */
   /* R_RESERVED */
   0,   "",             /* 0xde */
   0,   "",             /* 0xdf */