mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
* config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
modifiers generally.
This commit is contained in:
parent
cbe02d4f39
commit
27285eedbd
@ -1,3 +1,8 @@
|
||||
2013-08-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
|
||||
modifiers generally.
|
||||
|
||||
2013-08-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
|
||||
|
@ -2050,8 +2050,7 @@ ppc_elf_cons (int nbytes /* 1=.byte, 2=.word, 4=.long, 8=.llong */)
|
||||
do
|
||||
{
|
||||
expression (&exp);
|
||||
if (exp.X_op == O_symbol
|
||||
&& *input_line_pointer == '@'
|
||||
if (*input_line_pointer == '@'
|
||||
&& (reloc = ppc_elf_suffix (&input_line_pointer,
|
||||
&exp)) != BFD_RELOC_UNUSED)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user