Dave Watson
a1437a3d27
Remove PROTECTED visibility
...
This only works on bfd ld, not lld or gold.
2017-12-28 08:26:42 -08:00
Arun Sharma
781d5d5263
One time whitespace fixup.
...
for f in $(find src include -name '*.[ch]'); do
expand -t 8 $f > $tmp; mv $tmp $f;
done
2014-09-27 09:47:23 -07:00
Tommi Rantala
a26f1eac22
IA64: `ent' needed conditionally in Gtables.c
...
ia64/Gtables.c: In function '_ULia64_search_unwind_table':
ia64/Gtables.c:258: warning: unused variable 'ent'
2012-07-31 16:21:15 +03:00
Arun Sharma
49ca8b6a3e
ia64: remove references to an out of scope local
...
This causes problems with gcc-4.7
Signed-off-by: Joel Brobecker <brobecker@adacore.com>
2012-03-26 18:54:53 -07:00
Paul Pluzhnikov
fc2934aade
Make the remaining sigprocmask calls conditional on --enable-block-signals
2009-09-29 23:14:50 -07:00
Arun Sharma
ec53de82ec
[PATCH] Avoiding name conflict with the GNU-specific dprintf in stdio.h
...
Signed-off-by: Yang Zhang <yaaang@gmail.com>
2009-03-16 21:37:11 -07:00
hp.com!davidm
6fc50d4ed6
(unw_search_ia64_unwind_table): Always return unwind_info in the
...
local case since it's trivial to do so and saves us time if
later on we need to build a script for that procedure.
2005/02/23 14:40:44-08:00 mostang.com!davidm
Adjust for sigset_t to intrmask_t renaming.
2004/10/25 05:21:51-07:00 hp.com!davidm
(unw_search_ia64_unwind_table): Clarify comment and add a Debug() statement
for the case where we find a bad unwind-header version.
(Logical change 1.290)
2005-05-03 09:13:17 +00:00
homeip.net!davidm
2142c20307
Rename: src/ia64/Gtables-ia64.c -> src/ia64/Gtables.c
...
(Logical change 1.241)
2004-08-17 15:34:28 +00:00
homeip.net!davidm
3f9d2e9c5c
Initial revision
2004-08-17 15:34:28 +00:00