Module Name: src
Committed By: maya
Date: Wed Jun 12 17:04:35 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/arm: netbsd-elf.h
Log Message:
Remove unused macro
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h:1.13 src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h:1.14
--- src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h:1.13 Sat Jan 19 12:10:05 2019
+++ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h Wed Jun 12 17:04:35 2019
@@ -170,9 +170,3 @@ while (0)
#undef FPUTYPE_DEFAULT
#define FPUTYPE_DEFAULT "vfp"
-
-/* Ensure that libgcc does not attempt to define __[CD]TOR_LIST__[] for APCS,
- which belongs in crtbegin on NetBSD. */
-#ifndef __ARM_EABI__
-#define CTOR_LISTS_DEFINED_EXTERNALLY
-#endif