Changeset 1391 for branches/GNU/src/gcc/libiberty/ChangeLog
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libiberty/ChangeLog
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 2003-02-05 Release Manager 2 3 * GCC 3.2.2 Released. 1 2004-02-14 Release Manager 2 3 * GCC 3.3.3 Released. 4 5 2003-11-12 Daniel Jacobowitz <drow@mvista.com> 6 7 Backport from mainline: 8 2003-02-20 Daniel Jacobowitz <drow@mvista.com> 9 10 * Makefile.in (CFILES): Add lrealpath.c. 11 (REQUIRED_OFILES): Add lrealpath.o. 12 (lrealpath.o): Add rule. 13 * aclocal.m4 (libiberty_NEED_DECLARATION): Add. 14 * configure.in: Add realpath and canonicalize_file_name to 15 checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION 16 for canonicalize_file_name. 17 * lrealpath.c: New file. 18 * make-relative-prefix.c: Update documentation. 19 (make_relative_prefix): Simplify. Use lbasename and lrealpath. 20 * config.in: Regenerated. 21 * configure: Regenerated. 22 * functions.texi: Regenerated. 23 24 2003-10-16 Release Manager 25 26 * GCC 3.3.2 Released. 27 28 2003-08-04 Release Manager 29 30 * GCC 3.3.1 Released. 31 32 2003-08-04 Release Manager 33 34 * GCC 3.3.1 Released. 35 36 2003-06-19 Dara Hazeghi <dhazeghi@yahoo.com> 37 38 * configure.in: Add check for malloc.h needed by 39 m68k for function free(). 40 * configure: Regenerated. 41 * config.in: Add HAVE_MALLOC_H. 42 * hashtab.c: include malloc.h were available for 43 free(). 44 45 2003-06-09 Albert Chin-A-Young <china@thewrittenword.com> 46 47 PR bootstrap/10974 48 * physmem.c: Update comment. 49 * configure.in: Modify test for _system_configuration for older 50 AIX systems. 51 52 * config.in, configure: Regenerated. 53 54 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> 55 56 PR other/10810 57 * test-demangle.c (getline): Fix fence-post error. 58 59 2003-05-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 60 61 Backport from mainline: 62 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 63 64 * vsprintf.c: Include "ansidecl.h" earlier, rely on 65 ANSI_PROTOTYPES and possibly include <stdarg.h>. 66 67 2003-05-14 Carlo Wood <carlo@alinoe.com> 68 69 * cp-demangle.c: Fix typo in "char_traints" string-literal. 70 71 2003-05-13 Release Manager 72 73 * GCC 3.3 Released. 74 75 2003-05-13 Release Manager 76 77 * GCC 3.3 Released. 78 79 2003-05-13 Release Manager 80 81 * GCC 3.3 Released. 82 83 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 84 85 PR target/10338 86 PR bootstrap/10198 87 PR bootstrap/10140 88 * getopt.c (exchange, _getopt_initialize): Use mempcpy not 89 __mempcpy. 90 * regex.c (regerror): Likewise. 91 92 2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 93 94 * configure.in (HAVE_UINTPTR_T): Always define. 95 * configure: Regenerated. 96 97 2003-03-23 Alexandre Oliva <aoliva@redhat.com> 98 99 * Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS) 100 instead of $$CC alone. 101 (install_to_tooldir): Use it. 102 103 2003-03-03 Mark Mitchell <mark@codesourcery.com> 104 105 * cplus-dem.c: Add license exception to copyright notice. 106 107 2003-02-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 108 109 * physmem.c: Formatting changes from upstream. 110 111 2003-02-24 Danny Smith <dannysmith@users.source.forge.net> 112 113 * physmem.c (physmem_total): Add _WIN32 support. 114 (physmem_available): Likewise. 115 116 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 117 118 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Test for 119 GSI_PHYSMEM. 120 (physmem_available) [HAVE_TABLE]: Test for TBL_VMSTATS. 121 122 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 123 124 * configure.in: Check for sys/systemcfg.h and 125 _system_configuration. 126 * physmem.c: Add support for AIX. Tweek formatting as per 127 upstream coreutils beta. 128 129 2003-02-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 130 Richard Earnshaw <rearnsha@arm.com> 131 Geoffrey Keating <geoffk@apple.com> 132 133 * configure.in: Check for sys/sysctl.h and sysctl. 134 * physmem.c: Add support for *bsd and darwin. 135 * Makefile.in: Generate depedency for physmem.o. 136 137 2003-02-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 138 139 * physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on 140 Tru64 UNIX. 141 (physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on 142 Tru64 UNIX. 143 144 * configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h, 145 machine/hal_sysinfo.h, sys/table.h. 146 (checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table. 147 * configure, config.in: Regenerate. 148 149 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 150 151 * configure.in: Check for sys/sysmp.h and sysmp. 152 * physmem.c: Pull upstream copy, add support for irix6. 153 154 * config.in, configure: Regenerated. 155 156 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 157 158 * physmem.c (physmem_total, physmem_available): De-ANSI-fy. 159 * configure.in (AC_CHECK_FUNCS): Add pstat_getstatic and 160 pstat_getdynamic. 161 162 2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 163 164 * Makefile.in (CFILES): Add physmem.c. 165 (REQUIRED_OFILES): Add physmem.o. 166 * configure.in: Check for sys/pstat.h. 167 (checkfuncs): Add pstat_getstatic and pstat_getdynamic. 168 * physmem.c: New file, copied from textutils. 169 170 * config.in, configure: Regenerated. 171 172 2003-02-20 Alexandre Oliva <aoliva@redhat.com> 173 174 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to 175 config.status. 176 * configure: Rebuilt. 177 178 2003-02-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 179 180 * acconfig.h: New file. Add uintptr_t. 181 * config.in: Regenerated. 182 183 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk> 184 185 * libiberty.texi: Update to GFDL 1.2. 4 186 5 187 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de> … … 18 200 Pass $(FLAGS_TO_PASS). 19 201 20 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>21 22 * Makefile.in (mkinstalldirs): New variable.23 (FLAGS_TO_PASS): Also pass DESTDIR.24 (install_to_libdir, install_to_tooldir): Add $(mkinstalldirs)25 command. Prepend $(DESTDIR) to destination paths.26 Cd to destination directory for post-install work.27 28 202 2003-01-27 Alexandre Oliva <aoliva@redhat.com> 29 203 … … 31 205 /`$$CC -print-multi-os-directory`. 32 206 207 2003-01-26 Christian Cornelssen <ccorn@cs.tu-berlin.de> 208 209 * Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. 210 (install_to_libdir, install_to_tooldir): Add a mkinstalldirs 211 command. 212 33 213 2003-01-20 Josef Zlomek <zlomekj@suse.cz> 34 214 35 215 * hashtab.c (htab_expand): Fix allocation of new entries. 36 216 37 2002-11-19 Release Manager 38 39 * GCC 3.2.1 Released. 40 41 2002-11-19 Release Manager 42 43 * GCC 3.2.1 Released. 44 45 2002-11-18 Release Manager 46 47 * GCC 3.2.1 Released. 48 49 2002-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 217 2002-12-04 Danny Smith <dannysmith@users.sourceforge.net> 218 219 * make-relative-prefix.c (HAVE_HOST_EXECUTABLE_SUFFIX): 220 Define for hosts with HOST_EXECUTABLE_SUFFIX. 221 222 2002-11-24 Nick Clifton <nickc@redhat.com> 223 224 * make-relative-prefix.c (make_relative_prefix): Ensure return 225 string is empty before using strcat to construct it. 226 227 2002-11-22 Daniel Jacobowitz <drow@mvista.com> 228 229 * Makefile.in: Add make-relative-prefix.c. 230 * make-relative-prefix.c: New file. 231 * functions.texi: Rebuilt. 232 233 2002-11-16 Jakub Jelinek <jakub@redhat.com> 234 235 * md5.c (md5_process_block): Avoid `function-like macro "F{G,H,I}" must be 236 used with arguments in traditional C' warnings. 237 238 2002-10-16 Jakub Jelinek <jakub@redhat.com> 239 240 * config.table: Use mh-s390pic for s390x too. 241 242 2002-10-06 Andreas Jaeger <aj@suse.de> 243 244 * libiberty/cplus-dem.c (ada_demangle): Get rid of unneeded 245 variable and of strict-aliasing warning. 246 (grow_vect): Use char as first parameter. 247 248 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 50 249 51 250 * Makefile.in (all): Fix multilib parallel build. 52 251 53 2002-08-14 Release Manager 54 55 * GCC 3.2 Released. 56 57 2002-07-25 Release Manager 58 59 * GCC 3.1.1 Released. 252 2002-09-19 John David Anglin <dave@hiuly1.hia.nrc.ca> 253 254 * cp-demangle.c (demangling_new): Cast 0 to enum. 255 (demangle_char): Cast return of strdup to char *. 256 (is_gnu_v3_mangled_ctor): Cast 0 to enum. 257 (is_gnu_v3_mangled_dtor): Likewise. 258 * cplus-dem.c (grow_vect): Cast return of xrealloc to void *. 259 (work_stuff_copy_to_from): Cast return of xmalloc to char **. 260 * fibheap.c (fibnode_new): Cast return of xcalloc to fibnode_t. 261 * md5.c (md5_process_bytes): Cast results back to const void *. 262 (md5_process_block): Add cast to const md5_uint32 *. 263 * regex.c (re_compile_fastmap): Cast enum to UCHAR_T. 264 * safe-ctype.c (L, XL, U, XU, D, P, _, C, Z, M, V, T, S): Add cast to 265 unsigned short. 266 * splay-tree.c (splay_tree_xmalloc_allocate): Cast return of xmalloc 267 to void *. 268 * vasprintf.c (int_vasprintf): Cast return of malloc to char *. 269 270 2002-09-19 Nick Clifton <nickc@redhat.com> 271 272 * README: Update email addresses for bugs and patches. 273 274 2002-09-10 Mike Stump <mrs@apple.com> 275 276 * splay-tree.c (splay_tree_successor): Fix comments. 277 278 2002-09-11 Zack Weinberg <zack@codesourcery.com> 279 280 * cplus-dem.c: Code under #ifdef MAIN moved to gcc/cp/cxxfilt.c. 281 * testsuite/Makefile.in: Adjust for test-demangle. 282 * testsuite/regress-demangle: Deleted. 283 * testsuite/test-demangle.c: New file. 284 * testsuite/demangle-expected: Change \$ to $ throughout, now that 285 this file is not being read by a shell script. 286 287 2002-09-05 Roger Sayle <roger@eyesopen.com> 288 289 * regex.c: Only use "#pragma alloca" on AIX when not using gcc. 290 291 2002-08-07 DJ Delorie <dj@redhat.com> 292 293 * regex.c (re_error_msgid): Just use a simple array of strings. 294 (re_compile_pattern): Compensate. 295 (re_comp): Likewise. 296 (re_comp): Likewise. 297 (regerror): Likewise. 298 299 2002-07-29 Neil Booth <neil@daikokuya.co.uk> 300 301 * cplus-dem.c (PREPEND_BLANK): Remove. 302 303 2002-07-10 Jason Merrill <jason@redhat.com> 304 305 * cp-demangle.c (demangle_identifier): Support extended Unicode 306 characters. 307 308 2002-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 309 310 * cp-demangle.c (demangle_v3_with_details): Wrap in 311 !defined IN_GLIBCPP_V3. 60 312 61 313 2002-07-01 Mark Mitchell <mark@codesourcery.com> … … 65 317 (demangle_expression): Handle expressions with types as arguments. 66 318 67 2002-05-31 Roman Lechtchinsky <rl@cs.tu-berlin.de> 319 2002-06-30 Douglas Rupp <rupp@gnat.com> 320 321 * configure.in (OUTPUT_OPTION,NO_MINUS_C_MINUS_O): Configure. 322 * Makefile.in (OUTPUT_OPTION): Use. 323 324 2002-06-22 Peter Breitenlohner <peb@mppmu.mpg.de> 325 326 * Makefile.in (install_to_libdir): Add $(DESTDIR). 327 (install_to_tooldir): Likewise. 328 329 2002-06-17 Douglas Rupp <rupp@gnat.com> 330 331 * lbasename.c: Add 2002 to copyright. 332 (IS_DIR_SEPARATOR): Remove VMS junk. 333 334 2002-06-05 Geoffrey Keating <geoffk@redhat.com> 335 336 * hashtab.c (htab_create): New stub function for backward 337 compatibility. 338 (htab_try_create): Likewise. 339 340 2002-06-03 Geoffrey Keating <geoffk@redhat.com> 341 342 * hashtab.c (htab_create): Delete. 343 (htab_try_create): Delete. 344 (htab_create_alloc): New. 345 (htab_delete): Support user-specified memory allocation. 346 (htab_expand): Likewise. 347 348 2002-05-22 Roman Lechtchinsky <rl@cs.tu-berlin.de> 68 349 69 350 * configure.in: Fix typo in the code checking for sys_errlist. 70 351 * configure: Regenerated. 71 352 72 2002-05-1 4 Release Manager73 74 * GCC 3.1 Released.353 2002-05-13 Andreas Schwab <schwab@suse.de> 354 355 * config.table: Use mh-x86pic also for x86-64. 75 356 76 357 2002-05-08 Alexandre Oliva <aoliva@redhat.com> … … 80 361 * configure: Rebuilt. 81 362 363 2002-05-07 Mark Mitchell <mark@codesourcery.com> 364 365 * configure.in (AC_TYPE_PID_T): Use it. 366 * configure: Regenerated. 367 * getruntime.c: Include <sys/types.h>. 368 * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid". 369 82 370 2002-04-09 Richard Henderson <rth@redhat.com> 83 371 … … 85 373 (find_empty_slot_for_expand): Don't compute hash2 unless needed. 86 374 (htab_find_slot_with_hash): Likewise. 87 88 2002-04-05 John David Anglin <dave@hiauly1.hia.nrc.ca>89 90 * splay-tree.c (splay_tree_xmalloc_allocate): Use K & R syntax.91 (splay_tree_xmalloc_deallocate): Likewise.92 375 93 376 2002-04-01 Phil Edwards <pme@gcc.gnu.org> … … 100 383 2002-03-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz> 101 384 102 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" 385 * cp-demangle.c (java_demangle_v3): Don't try to release "demangled" 103 386 if it is NULL. 104 387 388 2002-03-27 DJ Delorie <dj@redhat.com> 389 390 * hex.c: Add documentation. 391 (_hex_value): Provide non-ASCII empty table. 392 (hex_init): Initialize the non-ASCII table. 393 * functions.texi: Regenerate. 394 105 395 2002-03-27 Mark Mitchell <mark@codesourcery.com> 106 396 107 397 * dyn-string.c: Add libgcc exception to copyright notice. 398 399 2002-03-26 H.J. Lu (hjl@gnu.org) 400 401 * config.table: Support --with-build-subdir. 402 * configure.in: Likewise. 403 * configure: Rebuild. 108 404 109 405 2002-03-18 Stuart Griffith <Stuart_Griffith@credence.com> … … 120 416 121 417 * xatexit.c [VMS]: Include stdlib.h and unixlib.h. 418 419 2002-03-06 Jim Blandy <jimb@redhat.com> 420 421 * splay-tree.c (splay_tree_xmalloc_allocate, 422 splay_tree_xmalloc_deallocate): Use K&R-style definitions, not 423 prototyped definitions. Mark `data' arguments as unused. 424 425 2002-03-06 Andrew Cagney <ac131313@redhat.com> 426 427 * floatformat.c (floatformat_arm_ext_big): Delete definition. 428 429 2002-03-04 Phil Edwards <pme@gcc.gnu.org> 430 431 * configure.in: Add --enable-install-libiberty option. 432 * Makefile.in (INSTALLED_HEADERS): New variable. 433 (install_to_libdir): Possibly also copy headers. 434 * configure: Regenerated. 435 436 2002-03-04 Neil Booth <neil@daikokuya.demon.co.uk> 437 438 * xmalloc.c (xmalloc_fail): Clarify error message further. 439 440 2002-03-03 Neil Booth <neil@daikokuya.demon.co.uk> 441 442 * xmalloc.c (xmalloc_fail): Clarify error message. 122 443 123 444 2002-02-22 Jim Blandy <jimb@redhat.com> … … 476 797 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu> 477 798 478 479 480 481 799 * fibheap.c (fibheap_init, fibnode_init): Remove. 800 (fibheap_new, fibnode_new): Use xcalloc to allocate and 801 initialize memory. 802 (fibheap_insert): Remove check for node allocation failure. 482 803 483 804 2001-08-21 Richard Henderson <rth@redhat.com> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.