Jakub Jelinek
3baae9d67e
PR other/43838
* cp-demangle.c (struct d_print_info): Add flush_count field.
(d_print_init): Initialize it to 0.
(d_print_flush): Increment it.
(d_print_comp): If needed flush before appending ", ". Only
decrement dpi->len if no flushes happened during the recursive
call.
* testsuite/demangle-expected: Add a test for this.
16 years ago
DJ Delorie
a28030212f
merge from gcc
16 years ago
DJ Delorie
0a5b531f15
merge from gcc
16 years ago
DJ Delorie
cf383746fa
merge from gcc
17 years ago
DJ Delorie
2cd2156f48
merge from gcc
17 years ago
DJ Delorie
45ecb02a77
merge from gcc
17 years ago
DJ Delorie
f9b58c5ba6
merge from gcc
17 years ago
DJ Delorie
178bead7ef
merge from gcc
17 years ago
DJ Delorie
fbe5da0e6f
merge from gcc
17 years ago
DJ Delorie
cbc4312826
merge from gcc
17 years ago
DJ Delorie
9ac9c2b6b0
merge from gcc
17 years ago
DJ Delorie
6d390a9ef0
merge from gcc
17 years ago
H.J. Lu
ffe7cfdf31
Return dgs.alc on success
2010-01-09 Ian Lance Taylor <iant@google.com>
PR other/42230
* cp-demangle.c (d_demangle): Return dgs.alc on success.
17 years ago
DJ Delorie
43e85a8f54
merge from gcc
17 years ago
Doug Evans
16b8170d50
* pex-unix.c (pex_unix_exec_child): Save/restore environ.
17 years ago
DJ Delorie
19afebdad3
merge from gcc
17 years ago
Ben Elliston
e96158fc77
* configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.
* configure: Regenerate.
17 years ago
Ben Elliston
cf89a94aae
* functions.texi: Rebuild.
17 years ago
Ben Elliston
23d0336260
* README: Mention changes to Makefile.in and functions.texi.
* gather-docs: Mention 'make stamp-functions' in the header.
17 years ago
Ben Elliston
c90188f694
* pex-unix.c (pex_child_error): Improve warning avoidance by
checking the results of write(3) and exiting with -2 if any write
returns a negative value.
17 years ago
DJ Delorie
ca938790c1
merge from gcc
17 years ago
Ben Elliston
17f99e29c5
* pex-unix.c (pex_child_error): Define writeerr macro to avoid
unused result warnings from write(3) calls. Undefine writeerr
after all uses.
17 years ago
DJ Delorie
79e3146812
merge from gcc
17 years ago
DJ Delorie
664aa91f58
merge from gcc
17 years ago
DJ Delorie
572771db36
merge from gcc
17 years ago
Kai Tietz
074d710de7
2009-09-22 Ozkan Sezer <sezeroz@gmail.com>
* choose-temp.c: Include unistd.h for mingw targets.
17 years ago
DJ Delorie
a17fcd1940
merge from gcc
17 years ago
DJ Delorie
bc426d7a8b
merge from gcc
17 years ago
H.J. Lu
b4a451f5e1
2009-09-04 Ozkan Sezer <sezeroz@gmail.com>
PR target/39065
* configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t
with AC_TYPE_INTPTR_T and AC_TYPE_UINTPTR_T.
* config.in: Regenerated.
* configure: Regenerated.
17 years ago
H.J. Lu
fca6a796b7
2009-09-03 Ozkan Sezer <sezeroz@gmail.com>
PR target/39065
* configure.ac: Also check for intptr_t.
* config.h.in: Regenerated.
* configure: Regenerated.
* hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
instead of of long.
17 years ago
Tristan Gingold
fce11aaae3
(Also add missing entry for configure.com)
2009-09-02 Tristan Gingold <gingold@adacore.com>
* vmsbuild.com: Removed as unused and superceeded by makefile.vms.
* makefile.vms: Ported to Itanium VMS. Remove useless targets and
dependencies. Remove unused FORMAT variable.
* configure.com: New file to create build.com DCL script for
Itanium VMS or Alpha VMS.
17 years ago
DJ Delorie
77495bbfbf
merge from gcc
17 years ago
Tristan Gingold
e06ae0d430
2009-09-01 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Ported to Itanium VMS. Remove useless targets and
dependencies. Remove unused FORMAT variable.
* configure.com: New file to create build.com DCL script for
Itanium VMS or Alpha VMS.
17 years ago
Ralf Wildenhues
d444d2baea
Sync from GCC: Update AC_PREREQ entries to 2.64.
/:
* configure.ac (AC_PREREQ): Bump to 2.64.
intl/:
* configure.ac (AC_PREREQ): Bump to 2.64.
libdecnumber/:
* configure.ac (AC_PREREQ): Bump to 2.64.
libiberty/:
* configure.ac (AC_PREREQ): Bump to 2.64.
17 years ago
H.J. Lu
7a0801a904
2009-08-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10536
* Makefile.in (install-html-recursive): Removed.
17 years ago
DJ Delorie
7508667609
merge from gcc
17 years ago
DJ Delorie
626aaf8909
merge from gcc
17 years ago
DJ Delorie
b0832eea40
merge from gcc
17 years ago
DJ Delorie
9fef968a22
merge from gcc
17 years ago
DJ Delorie
bdc0e08dbc
merge from gcc
17 years ago
DJ Delorie
6e88169156
merge from gcc
17 years ago
DJ Delorie
d503175434
merge from gcc
17 years ago
DJ Delorie
483d7cf40a
merge from gcc
17 years ago
Nick Clifton
5d7aee1055
PR 10197
* testsuite/test-demangle.c: Rename getline to get_line to avoid
conflicts with system function of the same name.
17 years ago
DJ Delorie
8893fa2020
merge from gcc
17 years ago
DJ Delorie
3a9f84103f
merge from gcc
17 years ago
Kai Tietz
b69c3c5586
2009-05-29 Kai Tietz <kai.tietz@onevision.com>
* pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
17 years ago
DJ Delorie
0dc69033a0
merge from gcc
17 years ago
Tristan Gingold
56ae5eb977
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms: New file to compile gas on VMS.
* configure.com: New file to do configuration on VMS with DCL.
17 years ago
DJ Delorie
4e55d6c3ee
merge from gcc
18 years ago