bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13503] [avr] Support RELOCs to represent a byte


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/13503] [avr] Support RELOCs to represent a byte
Date: Wed, 16 May 2012 14:52:22 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13503

--- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2012-05-16 14:52:22 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    address@hidden    2012-05-16 14:52:16

Modified files:
    gas            : ChangeLog 
    gas/config     : tc-avr.c 
    include/elf    : ChangeLog avr.h 
    bfd            : ChangeLog bfd-in2.h elf32-avr.c libbfd.h 
                     reloc.c 

Log message:
    PR 13503
    * reloc.c: Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.
    * bfd-in2.h: Regenerate.
    * libbfd.h: Regenrate.
    * elf32-avr.c (elf_avr_howto_table): Rename R_AVR_8_HHI8 to
    R_AVR_8_HLO8.
    (avr_reloc_map): Ditto.

    * config/tc-avr.c (avr_cons_fix_new): Rename R_AVR_8_HHI8 to
    R_AVR_8_HLO8.
    (exp_mod_data) Ditto. And replace "hhi8" with "hlo8".
    (md_apply_fix): Rename BFD_RELOC_AVR_8_HHI to BFD_RELOC_AVR_8_HLO.

    * avr.h (RELOC_NUMBERS): Rename R_AVR_8_HHI8 to R_AVR_8_HLO8.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4735&r2=1.4736
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-avr.c.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/ChangeLog.diff?cvsroot=src&r1=1.443&r2=1.444
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/avr.h.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5687&r2=1.5688
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.572&r2=1.573
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-avr.c.diff?cvsroot=src&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&r1=1.276&r2=1.277
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/reloc.c.diff?cvsroot=src&r1=1.231&r2=1.232

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]