summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/start.S')
-rw-r--r--sysdeps/m68k/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/start.S b/sysdeps/m68k/start.S
index 36dab891f0..7bab3e1cde 100644
--- a/sysdeps/m68k/start.S
+++ b/sysdeps/m68k/start.S
@@ -1,5 +1,5 @@
/* Startup code compliant to the ELF m68k ABI.
- Copyright (C) 1996-2016 Free Software Foundation, Inc.
+ Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -76,7 +76,7 @@ _start:
pea (%a1) /* Push address of the shared library
termination function. */
-#ifdef SHARED
+#ifdef PIC
/* Load PIC register. */
LOAD_GOT (%a5)