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/8b52dea48b06
branches: trunk
changeset: 338008:8b52dea48b06
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 e0ae050ba968 -r 8b52dea48b06 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