* elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's

rightshift to 2.
This commit is contained in:
Alexandre Oliva 2003-10-07 19:17:23 +00:00
parent c0d48c0b48
commit b15b52efa3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-07 Alexandre Oliva <aoliva@redhat.com>
* elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
rightshift to 2.
2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
* libbfd-in.h (_bfd_link_section_stabs): Add string offset

View File

@ -111,7 +111,7 @@ static reloc_howto_type elf32_frv_howto_table [] =
/* A 16 bit pc-relative relocation. */
HOWTO (R_FRV_LABEL16, /* type */
0, /* rightshift */
2, /* rightshift */
2, /* size (0 = byte, 1 = short, 2 = long) */
16, /* bitsize */
TRUE, /* pc_relative */