]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Stop the generation of mapping symbols in the debug sections of ARM and AArch64 binaries.
authorNick Clifton <nickc@redhat.com>
Mon, 24 Jul 2017 10:32:57 +0000 (11:32 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 24 Jul 2017 10:32:57 +0000 (11:32 +0100)
commite8d84ca1b46f899b0b140fdd146fc7b14515267b
tree29858c691bda3334c5c4fa9e63cb26357e89f7da
parent47aeb64c10ec9c9f06d2d2f4451f417d63b023e1
Stop the generation of mapping symbols in the debug sections of ARM and AArch64 binaries.

PR 21809
* config/tc-aarch64.c (aarch64_init_frag): Do not set a mapping
state for frags in debug sections.
* config/tc-arm.c (arm_init_frag): Likewise.
gas/ChangeLog
gas/config/tc-aarch64.c
gas/config/tc-arm.c