Module Name: src
Committed By: skrll
Date: Thu Nov 25 21:37:04 UTC 2010
Modified Files:
src/gnu/dist/gcc4/gcc/config/pa: pa.c
Log Message:
Don't create weird notes section in hppa binaries.
XXX maybe pa_netbsd_file_start is the proper fix.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/dist/gcc4/gcc/config/pa/pa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/gcc4/gcc/config/pa/pa.c
diff -u src/gnu/dist/gcc4/gcc/config/pa/pa.c:1.7 src/gnu/dist/gcc4/gcc/config/pa/pa.c:1.8
--- src/gnu/dist/gcc4/gcc/config/pa/pa.c:1.7 Sun Aug 31 09:51:32 2008
+++ src/gnu/dist/gcc4/gcc/config/pa/pa.c Thu Nov 25 21:37:04 2010
@@ -5258,7 +5258,7 @@
static void
pa_linux_file_start (void)
{
- pa_file_start_file (1);
+ pa_file_start_file (0);
pa_file_start_level ();
pa_file_start_mcount ("CODE");
}