* config/tc-ppc.c (ppc_elf_cons): Allow @l and other reloc
[deliverable/binutils-gdb.git] / gas / config / tc-ppc.c
index 06f4e9f952f40560bfa863ae2baacdb652d23181..1631fb7fa4bc8fc7ba9744c6958609f6cb8bf0e9 100644 (file)
@@ -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)
        {
This page took 0.023563 seconds and 4 git commands to generate.