Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Backout previous, Nick has a fix for binutils.



details:   https://anonhg.NetBSD.org/src/rev/db4c8487cd1f
branches:  trunk
changeset: 808150:db4c8487cd1f
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 08 09:43:41 2015 +0000

description:
Backout previous, Nick has a fix for binutils.

diffstat:

 sys/kern/kern_ksyms_buf.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (17 lines):

diff -r 469f1dba4584 -r db4c8487cd1f sys/kern/kern_ksyms_buf.c
--- a/sys/kern/kern_ksyms_buf.c Fri May 08 07:45:53 2015 +0000
+++ b/sys/kern/kern_ksyms_buf.c Fri May 08 09:43:41 2015 +0000
@@ -4,12 +4,7 @@
 #ifndef SYMTAB_SPACE
 char           db_symtab[] = SYMTAB_FILLER;
 #else
-#ifdef __mips64
-#define MDADD  32      /* work around a bfd/dbsym/ld bug on mips64 */
-#else
-#define        MDADD   0
-#endif
-char           db_symtab[SYMTAB_SPACE+MDADD] = SYMTAB_FILLER;
+char           db_symtab[SYMTAB_SPACE] = SYMTAB_FILLER;
 #endif
 int            db_symtabsize = sizeof(db_symtab);
 #endif



Home | Main Index | Thread Index | Old Index