mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
[bfd]
* elf32-rl78.c (rl78_elf_merge_private_bfd_data): Delete unused variable. [gas] * config/tc-rl78.c (tc_gen_reloc): Remove unused variable.
This commit is contained in:
parent
cd6eab1c16
commit
6652d298c0
@ -1,3 +1,8 @@
|
||||
2011-11-02 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* elf32-rl78.c (rl78_elf_merge_private_bfd_data): Delete unused
|
||||
variable.
|
||||
|
||||
2011-11-02 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* coffgen.c (coff_write_alien_symbol): Make public. Add 'struct
|
||||
|
@ -1013,12 +1013,10 @@ bfd_elf32_rl78_set_target_flags (bfd_boolean user_no_warn_mismatch)
|
||||
static bfd_boolean
|
||||
rl78_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
|
||||
{
|
||||
flagword old_flags;
|
||||
flagword new_flags;
|
||||
bfd_boolean error = FALSE;
|
||||
|
||||
new_flags = elf_elfheader (ibfd)->e_flags;
|
||||
old_flags = elf_elfheader (obfd)->e_flags;
|
||||
|
||||
if (!elf_flags_init (obfd))
|
||||
{
|
||||
|
@ -1,3 +1,7 @@
|
||||
2011-11-02 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/tc-rl78.c (tc_gen_reloc): Remove unused variable.
|
||||
|
||||
2011-11-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/tc-arm.c (md_begin): Remove ARM_PLT32 reloc associated
|
||||
|
@ -482,7 +482,6 @@ tc_gen_reloc (asection * seg ATTRIBUTE_UNUSED, fixS * fixp)
|
||||
{
|
||||
static arelent * reloc[8];
|
||||
int rp;
|
||||
int is_opcode = 0;
|
||||
|
||||
if (fixp->fx_r_type == BFD_RELOC_NONE)
|
||||
{
|
||||
@ -507,7 +506,6 @@ tc_gen_reloc (asection * seg ATTRIBUTE_UNUSED, fixS * fixp)
|
||||
&& fixp->fx_subsy)
|
||||
{
|
||||
fixp->fx_r_type = BFD_RELOC_RL78_DIFF;
|
||||
is_opcode = 1;
|
||||
}
|
||||
|
||||
#define OPX(REL,SYM,ADD) \
|
||||
|
Loading…
Reference in New Issue
Block a user