This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug debug/49887] [4.7 regression] .debug_macro breaks many Solaris/SPARC tests


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49887

--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> 2011-08-01 12:14:28 UTC ---
Author: ro
Date: Mon Aug  1 12:14:21 2011
New Revision: 177020

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177020
Log:
    PR debug/49887
    * config/sol2.c (solaris_code_end): Rename to solaris_file_end.
    * config/sol2-protos.h: Likewise.
    * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call
    solaris_code_end.
    * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine.
    * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call
    solaris_file_end.
    * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/sol2.h
    trunk/gcc/config/sol2-protos.h
    trunk/gcc/config/sol2.c
    trunk/gcc/config/sparc/sol2.h
    trunk/gcc/config/sparc/sparc.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]