diff options
author | Jeff Law <law@redhat.com> | 1999-05-03 09:12:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-05-03 09:12:29 +0000 |
commit | c10067812f77fa71d41b59080ab618a293e6ae1a (patch) | |
tree | 70cbacc21a3c2df0358da6b5907e015040f30d88 /bfd/som.c | |
parent | ac79f2f399a03027aa43d5814372143c7875b0ea (diff) | |
download | gdb-c10067812f77fa71d41b59080ab618a293e6ae1a.zip gdb-c10067812f77fa71d41b59080ab618a293e6ae1a.tar.gz gdb-c10067812f77fa71d41b59080ab618a293e6ae1a.tar.bz2 |
M
* som.c (som_fixup_formats): Fix comments for R_SHORT_PCREL_MODE
and R_LONG_PCREL_MODE.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -440,9 +440,7 @@ static const struct fixup_format som_fixup_formats[256] = 1, "Lb4*=Mb1+L*=", /* 0x2b */ 2, "Lb4*=Md1+4*=", /* 0x2c */ 3, "Ld1+=Me1+=", /* 0x2d */ - /* R_SHORT_PCREL_MODE */ 0, "", /* 0x2e */ - /* R_LONG_PCREL_MODE */ 0, "", /* 0x2f */ /* R_PCREL_CALL */ 0, "L4=RD=Sb=", /* 0x30 */ @@ -459,8 +457,9 @@ static const struct fixup_format som_fixup_formats[256] = 1, "L4=RD8<b+=Sb=",/* 0x3b */ 0, "L4=RD8<b+=Sd=",/* 0x3c */ 1, "L4=RD8<b+=Sd=",/* 0x3d */ - /* R_RESERVED */ + /* R_SHORT_PCREL_MODE */ 0, "", /* 0x3e */ + /* R_LONG_PCREL_MODE */ 0, "", /* 0x3f */ /* R_ABS_CALL */ 0, "L4=RD=Sb=", /* 0x40 */ |