[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: |
Sat, 18 Oct 2014 12:40:26 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17493
--- Comment #3 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, master has been updated
via a841bdf5d3bfb9c687f938be7388597db2e461de (commit)
from 998a69f46a3770d0f26aec080fcac4865c689739 (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=a841bdf5d3bfb9c687f938be7388597db2e461de
commit a841bdf5d3bfb9c687f938be7388597db2e461de
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 | 8 ++++++++
gas/config/tc-i386.c | 2 +-
gas/testsuite/ChangeLog | 4 ++++
gas/testsuite/gas/i386/inval-equ-2.l | 12 ++++++------
gas/write.c | 3 ++-
5 files changed, 21 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.