2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 22:38:24 +00:00

@B display correct symbols for .data/.bss refs.

If a reloc is present it is used to lookup the correct symbol.
This commit is contained in:
bebbo
2017-03-20 10:53:30 +01:00
parent d1a6d29461
commit 771f273346
5 changed files with 54 additions and 11 deletions

View File

@ -245,7 +245,7 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
arm*-* | xscale-* | strongarm-* | d10v-*)
arm*-* | xscale-* | strongarm-* | d10v-* | m68*-*-amiga*)
OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS"
;;
changequote(,)dnl