This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a runtime value.


This patch caused build failures on m68hc11, m68hc12 and m68k.
Please fix.  You also forgot to commit an entry in gas/ChangeLog.

/home/alan/src/binutils-gdb/gas/expr.c: In function ‘operand’:
/home/alan/src/binutils-gdb/gas/expr.c:1125:5: error: duplicate case value
 1125 |     case '$':
      |     ^~~~
/home/alan/src/binutils-gdb/gas/expr.c:783:5: note: previously used here
  783 |     case '$':
      |     ^~~~
Makefile:1224: recipe for target 'expr.o' failed

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]