* 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:
DJ Delorie 2011-11-02 20:40:22 +00:00
parent cd6eab1c16
commit 6652d298c0
4 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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))
{

View File

@ -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

View File

@ -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) \