re PR debug/49887 (.debug_macro breaks many Solaris/SPARC tests)
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 1 Aug 2011 12:14:21 +0000 (12:14 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 1 Aug 2011 12:14:21 +0000 (12:14 +0000)
commitb6193c94eb443c680cc828266fc93b654d28d250
tree4d0d0b823c4f7af2d0f70bb733e07ce0979a4f7a
parent247eb06feda17162e6f3ce4fd65f7db9dc3d04cd
re PR debug/49887 (.debug_macro breaks many Solaris/SPARC tests)

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.

From-SVN: r177020
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sol2.h
gcc/config/sol2-protos.h
gcc/config/sol2.c
gcc/config/sparc/sol2.h
gcc/config/sparc/sparc.c