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/arm: Force output of a data mapping symbol for literal pools


On non-ELF ARM targets, eg. arm-pe, arm-coff, arm-aout:

/src/binutils-gdb/gas/config/tc-arm.c: In function âs_ltorgâ:
/src/binutils-gdb/gas/config/tc-arm.c:3338:21: error: âsegment_info_typeâ has no member named âtc_segment_info_dataâ
/src/binutils-gdb/gas/config/tc-arm.c:3338:55: error: âMAP_DATAâ undeclared (first use in this function)
/src/binutils-gdb/gas/config/tc-arm.c:3338:55: note: each undeclared identifier is reported only once for each function it appears in
/src/binutils-gdb/gas/config/tc-arm.c:3339:3: error: implicit declaration of function âmake_mapping_symbolâ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

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