]> gcc.gnu.org Git - gcc.git/blame - libiberty/ChangeLog
Document ARM specific command line switches.
[gcc.git] / libiberty / ChangeLog
CommitLineData
e0c13971
AS
1Tue Oct 20 12:29:02 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2
3 * cplus-dem.c (demangle_qualified): Fix off-by-one when checking
4 range of 'K' index.
5
91e0f659
KG
6Thu Oct 15 18:51:12 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7
8 * choose-temp.c: Prototype mkstemps() when IN_GCC.
9
10 * cplus-dem.c (consume_count): Cast argument of ctype macro to
11 `unsigned char'.
12 (cplus_demangle_opname): Cast the result of `strlen' to (int) when
13 comparing against one.
14 (cplus_mangle_opname): Likewise.
15 (demangle_integral_value): Cast argument of ctype macro to
16 `unsigned char'.
17 (demangle_template_value_parm): Likewise.
18 (demangle_template): Initialize variable `bindex'. Cast the
19 result of `strlen' to (int) when comparing against one. Remove
20 unused variable `start_of_value_parm'.
21 (demangle_class_name): Cast the result of `strlen' to (int) when
22 comparing against one.
23 (demangle_prefix): Cast argument of ctype macro to `unsigned char'.
24 (gnu_special): Likewise. Cast the result of `strlen' to (int)
25 when comparing against one.
26 (demangle_qualified): Cast argument of ctype macro to `unsigned char'.
27 (get_count): Likewise.
28 (do_type): Likewise. Cast the result of `strlen' to (int) when
29 comparing against one.
30 (demangle_fund_type): Cast argument of ctype macro to `unsigned char'.
31 (demangle_function_name): Cast the result of `strlen' to (int)
32 when comparing against one.
33
34 * mkstemp.c (mkstemps): Cast variable `len' to (int) when
35 comparing against one.
36
73aeb2ff
JL
37Tue Oct 13 23:51:51 1998 Jeffrey A Law (law@cygnus.com)
38
ae76f1be
JL
39 * mkstemp.c: Check HAVE_SYS_TIME_H before including sys/time.h
40 * configure.in (AC_CHECK_HEADERS): Check for sys/time.h too.
41 * config.in, configure: Rebuilt.
42
73aeb2ff
JL
43 * getopt.c: Check HAVE_STRINGS_H before including strings.h.
44 * configure.in (AC_CHECK_HEADERS): Check for strings.h too.
45 * config.in, configure: Rebuilt.
46
f77d8413
MT
47Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
48
49 * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
50
ca6b370d
JL
51Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
52
53 * Merge egcs & devo libiberty.
54
ab4856b1
ML
55