Undo the xmalloc->malloc optimization FreeBSD made in certain cases
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 3 Feb 2004 03:47:12 +0000 (03:47 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 3 Feb 2004 03:47:12 +0000 (03:47 +0000)
commit96f6533455d9fcdf4944674d592089edacc7d66a
tree98d0f0985432ce315c1c3346882cea2bba2b2cad
parent7db62ea6cdf32d760097b21cf9f421703965b074
Undo the xmalloc->malloc optimization FreeBSD made in certain cases
where xmalloc gets defined to malloc which gets defined to xmalloc which
gets defined to malloc again which gets defined to ... and so on.
Culprits: parser files, gcc/system.h, dragonfly-native.h, and various
Makefile's.

Add [DragonFly] to gcc3's version ident.
17 files changed:
gnu/usr.bin/cc3/Makefile.inc
gnu/usr.bin/cc3/c++/Makefile
gnu/usr.bin/cc3/c++filt/Makefile
gnu/usr.bin/cc3/cc/Makefile
gnu/usr.bin/cc3/cc1/Makefile
gnu/usr.bin/cc3/cc1obj/Makefile
gnu/usr.bin/cc3/cc1plus/Makefile
gnu/usr.bin/cc3/cc_drv/Makefile
gnu/usr.bin/cc3/cc_int/Makefile
gnu/usr.bin/cc3/cc_tools/Makefile
gnu/usr.bin/cc3/cc_tools/dragonfly-native.h
gnu/usr.bin/cc3/config/dragonfly-spec.h
gnu/usr.bin/cc3/cpp/Makefile
gnu/usr.bin/cc3/f77/Makefile
gnu/usr.bin/cc3/f771/Makefile
gnu/usr.bin/cc3/gcov/Makefile
gnu/usr.bin/cc3/protoize/Makefile