Module Name:    src
Committed By:   martin
Date:           Fri May  8 09:43:42 UTC 2015

Modified Files:
        src/sys/kern: kern_ksyms_buf.c

Log Message:
Backout previous, Nick has a fix for binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_ksyms_buf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/kern_ksyms_buf.c
diff -u src/sys/kern/kern_ksyms_buf.c:1.2 src/sys/kern/kern_ksyms_buf.c:1.3
--- src/sys/kern/kern_ksyms_buf.c:1.2	Fri May  8 07:41:07 2015
+++ src/sys/kern/kern_ksyms_buf.c	Fri May  8 09:43:41 2015
@@ -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

Reply via email to