[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/17493] [gas] internal error in bfd_elf64_swap_symbol_out
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/17493] [gas] internal error in bfd_elf64_swap_symbol_out |
Date: |
Tue, 28 Oct 2014 06:43:08 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17493
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, binutils-2_25-branch has been updated
via 7cc2a6b6a4c63cba363836475052a71e0387e621 (commit)
from 04253f276b48227728cac3e4c6df614e161f1e9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7cc2a6b6a4c63cba363836475052a71e0387e621
commit 7cc2a6b6a4c63cba363836475052a71e0387e621
Author: Alan Modra <address@hidden>
Date: Sat Oct 18 11:10:53 2014 +1030
Fix PR17493, attempted output of *GAS `reg' section* symbol
The write.c change is to make gas report an error if reg_section
symbols should leak in future. The tc-i386.c change is the real fix.
Note that the error isn't the most helpful, "redefined symbol cannot
be used on reloc", but I'm not inclined to improve what is really an
internal gas error. reg_section symbols shouldn't leak..
gas/
PR 17493
* write.c (adjust_reloc_syms): Don't allow symbols in reg_section
to be reduced to reg_section section symbol.
* gas/config/tc-i386.c (i386_finalize_immediate): Reject all
reg_section immediates.
gas/testsuite/
* gas/i386/inval-equ-2.l: Adjust.
-----------------------------------------------------------------------
Summary of changes:
gas/ChangeLog | 7 +++++++
gas/config/tc-i386.c | 2 +-
gas/testsuite/ChangeLog | 6 ++++++
gas/testsuite/gas/i386/inval-equ-2.l | 12 ++++++------
gas/write.c | 3 ++-
5 files changed, 22 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.