mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
* config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
with LITERALs without sequence numbers.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-02 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
|
||||||
|
with LITERALs without sequence numbers.
|
||||||
|
|
||||||
2002-06-01 Richard Henderson <rth@redhat.com>
|
2002-06-01 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
|
* config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
|
||||||
|
@ -1775,8 +1775,9 @@ alpha_adjust_symtab_relocs (abfd, sec, ptr)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BFD_RELOC_ALPHA_ELF_LITERAL:
|
case BFD_RELOC_ALPHA_ELF_LITERAL:
|
||||||
if (fixp->tc_fix_data.info->saw_tlsgd
|
if (fixp->tc_fix_data.info
|
||||||
|| fixp->tc_fix_data.info->saw_tlsldm)
|
&& (fixp->tc_fix_data.info->saw_tlsgd
|
||||||
|
|| fixp->tc_fix_data.info->saw_tlsldm))
|
||||||
break;
|
break;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
|
|
||||||
@ -1832,7 +1833,8 @@ alpha_adjust_symtab_relocs (abfd, sec, ptr)
|
|||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
|
|
||||||
case BFD_RELOC_ALPHA_ELF_LITERAL:
|
case BFD_RELOC_ALPHA_ELF_LITERAL:
|
||||||
if (fixp->tc_fix_data.info->n_master == 1
|
if (fixp->tc_fix_data.info
|
||||||
|
&& fixp->tc_fix_data.info->n_master == 1
|
||||||
&& ! fixp->tc_fix_data.info->multi_section_p)
|
&& ! fixp->tc_fix_data.info->multi_section_p)
|
||||||
{
|
{
|
||||||
for (slave = fixp->tc_fix_data.info->slaves;
|
for (slave = fixp->tc_fix_data.info->slaves;
|
||||||
|
Reference in New Issue
Block a user