aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/hp
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-03-11 02:28:38 +0000
committerRoland McGrath <roland@gnu.org>1992-03-11 02:28:38 +0000
commit7ea0dcaf37d0a1303db6eab559746965526bb43c (patch)
tree012e4e74fdaaacd4006d67cd7421b8a0a9d4e900 /sysdeps/unix/bsd/hp
parent030ac448d8accfad42c17c2e1a6f36c18db6b455 (diff)
downloadglibc-7ea0dcaf37d0a1303db6eab559746965526bb43c.tar
glibc-7ea0dcaf37d0a1303db6eab559746965526bb43c.tar.gz
glibc-7ea0dcaf37d0a1303db6eab559746965526bb43c.tar.bz2
glibc-7ea0dcaf37d0a1303db6eab559746965526bb43c.zip
Formerly unix/bsd/hp/m68k/__brk.S.~4~
Diffstat (limited to 'sysdeps/unix/bsd/hp')
-rw-r--r--sysdeps/unix/bsd/hp/m68k/brk.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/bsd/hp/m68k/brk.S b/sysdeps/unix/bsd/hp/m68k/brk.S
index 023b0b5b09..6de00b149b 100644
--- a/sysdeps/unix/bsd/hp/m68k/brk.S
+++ b/sysdeps/unix/bsd/hp/m68k/brk.S
@@ -22,7 +22,7 @@ Cambridge, MA 02139, USA. */
#define SYS_brk 17
#endif
-#ifndef __GNU_STAB__
+#ifndef HAVE_GNU_LD
#define __end _end
#endif
@@ -33,7 +33,7 @@ ___curbrk:
.text
ENTRY (__brk)
- movel __end, d0
+ movel POUND(__end), d0
cmpl sp@(4), d0
ble 0f
movel d0, sp@(4)