Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc4/gcc/config/pa Don't create weird notes section...



details:   https://anonhg.NetBSD.org/src/rev/6eb8990cb784
branches:  trunk
changeset: 759042:6eb8990cb784
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 25 21:37:04 2010 +0000

description:
Don't create weird notes section in hppa binaries.

XXX maybe pa_netbsd_file_start is the proper fix.

diffstat:

 gnu/dist/gcc4/gcc/config/pa/pa.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r beb8a31b9598 -r 6eb8990cb784 gnu/dist/gcc4/gcc/config/pa/pa.c
--- a/gnu/dist/gcc4/gcc/config/pa/pa.c  Thu Nov 25 21:31:08 2010 +0000
+++ b/gnu/dist/gcc4/gcc/config/pa/pa.c  Thu Nov 25 21:37:04 2010 +0000
@@ -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");
 }



Home | Main Index | Thread Index | Old Index