mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Remove the .stab directives. I do not understand what is different about
Gcc 3.1's 'cpp' vs. 2.95.3's. Maybe it is due to other code movement and it just shows up weirdly in handling the .stab's. Anyway, w/o this change building a kernel gives: alpha/alpha/pal.s:75: relocation truncated to fit: REFLONG .text alpha/alpha/prom_disp.s:67: relocation truncated to fit: REFLONG .text
This commit is contained in:
parent
fe4dc7a6ee
commit
3f52464b1c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94801
@ -42,7 +42,6 @@
|
||||
__KERNEL_RCSID(1, "$NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $");
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
inc2: .stabs __FILE__,132,0,0,inc2
|
||||
.text
|
||||
.loc 1 __LINE__
|
||||
|
||||
|
@ -23,14 +23,13 @@
|
||||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _LOCORE
|
||||
#include <machine/asm.h>
|
||||
#else
|
||||
__KERNEL_RCSID(2, "$NetBSD: prom_disp.s,v 1.8 1997/11/03 04:22:03 ross Exp $");
|
||||
__FBSDID("$FreeBSD$");
|
||||
#endif
|
||||
|
||||
.globl prom_dispatch_v
|
||||
@ -39,7 +38,6 @@ __KERNEL_RCSID(2, "$NetBSD: prom_disp.s,v 1.8 1997/11/03 04:22:03 ross Exp $");
|
||||
.text
|
||||
.align 4
|
||||
|
||||
inc3: .stabs __FILE__,132,0,0,inc3
|
||||
.text
|
||||
.loc 1 __LINE__
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user