1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-20 03:52:29 +03:00
Files
glibc/malloc
Peter Collingbourne 39b1f6172a Move _obstack_compat out of common
it is impossible to create an alias of a common symbol (as
compat_symbol does), because common symbols do not have a section or
an offset until linked.  GNU as tolerates aliases of common symbols by
simply creating another common symbol, but other assemblers (notably
LLVM's integrated assembler) are less tolerant.

2013-05-15  Peter Collingbourne  <pcc@google.com>

	* malloc/obstack.c (_obstack_compat): Add initializer.
-
2013-05-15 20:29:20 +02:00
..
2013-03-08 21:27:42 +00:00
2013-03-08 21:27:42 +00:00
2013-03-08 21:27:42 +00:00
2013-03-08 21:27:42 +00:00
2013-03-08 16:46:07 +00:00
2013-03-08 21:27:42 +00:00
2013-03-08 16:46:07 +00:00
2013-05-15 20:29:20 +02:00
2007-12-16 22:57:57 +00:00
2012-01-01 07:17:21 -05:00