summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* merge from gccDJ Delorie2009-06-212-2/+8
|
* PR 10197Nick Clifton2009-06-162-5/+11
| | | | | * testsuite/test-demangle.c: Rename getline to get_line to avoid conflicts with system function of the same name.
* merge from gccDJ Delorie2009-05-303-14/+24
|
* merge from gccDJ Delorie2009-05-291-1/+1
|
* 2009-05-29 Kai Tietz <kai.tietz@onevision.com>Kai Tietz2009-05-292-0/+9
| | | | * pex-win32.c (pex_win32_fdopenr): Set INHERIT to false.
* merge from gccDJ Delorie2009-05-292-1/+15
|
* 2009-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-05-253-18/+32
| | | | | | * makefile.vms: New file to compile gas on VMS. * configure.com: New file to do configuration on VMS with DCL.
* merge from gccDJ Delorie2009-05-192-4/+10
|
* libiberty/Julian Brown2009-05-172-8/+14
| | | | | * pex-win32.c (pex_win32_exec_child): Fix logic to avoid closing standard handles (stdin, stdout, stderr) in parent.
* merge from gccDJ Delorie2009-04-291-2/+2
|
* libiberty/Julian Brown2009-04-292-6/+35
| | | | | | | * pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT. (pex_win32_exec_child): Ensure each process has only one handle open on pipe endpoints. Close standard input after creating child for symmetry with standard output/standard error.
* merge from gccDJ Delorie2009-04-262-19/+9
|
* merge from gccDJ Delorie2009-04-143-37/+83
|
* Merged from gcc head revision 146001.Kai Tietz2009-04-136-12/+23
| | | | | | | | | | | | | 2009-04-13 Ozkan Sezer <sezeroz@gmail.com> PR target/39397 * pex-common.h (struct pex_obj): Store pid values as pid_t, not as long (members *children and (*wait)) * pex-common.c (pex_run_in_environment): Likewise. * pex-win32.c (pex_win32_wait): Return pid_t and properly check returned pid value. * pex-djgpp.c (pex_djgpp_wait): Return pid_t. * pex-msdos.c (pex_msdos_wait): Likewise.
* merge from gccDJ Delorie2009-04-083-2/+7
|
* merge from gccDJ Delorie2009-03-277-8/+109
|
* merge from gccDJ Delorie2009-03-233-6/+36
|
* merge from gccDJ Delorie2009-03-183-15/+86
|
* merge from gccDJ Delorie2009-02-232-31/+61
|
* * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,Dave Korn2009-01-183-53/+6
| | | | | as it no longer shares libiberty object files. * configure: Regenerated.
* merge from gccDJ Delorie2009-01-072-12/+14
|
* merge from gccDJ Delorie2008-12-182-1/+21
|
* merge from gccDJ Delorie2008-12-102-0/+37
|
* merge from gccDJ Delorie2008-11-213-23/+18
|
* (Chunk I forgot to commit on 2008-11-14).Tristan Gingold2008-11-213-18/+23
| | | | | | | | | 2008-11-13 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Update objects list. (CFLAGS): Update. (libiberty.olb): Remove alloca-conf.h dependency. * config.h-vms: Use new macro sets, use builtin alloca.
* merge from gccDJ Delorie2008-11-143-23/+18
|
* bfd/Tristan Gingold2008-11-143-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-14 Tristan Gingold <gingold@adacore.com> * configure.com: Handle bfd_default_target_size, BFD_HOST_LONG_LONG, BFD_HOST_64BIT_LONG_LONG, BFD_HOSTPTR_T, bfd_file_ptr. Generate bfdver.h. * vms-hdr.c (_bfd_vms_write_hdr): Use strdup/free instead of alloca. * hosts/alphavms.h: Defines macros to bypass i18n. * makefile.vms (OBJS): Update file list. (DEFS): Remove VMS_DEBUG, const, add DEBUGDIR. (CFLAGS): Update flags. * bfdio.c (real_fopen): Add code specific to VMS: extract attributes from modes. binutils/ 2008-11-14 Tristan Gingold <gingold@adacore.com> * configure.com: Get version from configure.in of bfd. * makefile.vms-in (DEBUG_OBJS): Add dwarf.obj. (CFLAGS): Update flags. include/ 2008-11-14 Tristan Gingold <gingold@adacore.com> * fopen-vms.h (FOPEN_RB): Use a single string to match the standard prototype. (FOPEN_WB): Ditto. (FOPEN_AB): Ditto. (FOPEN_RUB): Ditto. (FOPEN_WUB): Ditto. (FOPEN_AUB): Ditto. libiberty/ 2008-11-14 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Update objects list. (CFLAGS): Update. (libiberty.olb): Remove alloca-conf.h dependency. * config.h-vms: Use new macro sets, use builtin alloca. opcodes/ 2008-11-14 Tristan Gingold <gingold@adacore.com> * makefile.vms (OBJS): Update list of objects. (DEFS): Update (CFLAGS): Update.
* PR gdb/921Daniel Jacobowitz2008-10-222-1/+8
| | | | | | | | | | | | | | | | | | | | | PR gdb/1646 PR gdb/2175 PR gdb/2176 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS. * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS. (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS. (HOST_EXPORTS): Pass CPPFLAGS. (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define. (LDFLAGS_FOR_TARGET): Initialize from configure script. (EXTRA_TARGET_FLAGS): Set CPPFLAGS. * Makefile.in, configure: Regenerated. * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET, and CPPFLAGS_FOR_BUILD. libiberty/ * Makefile.in (CPPFLAGS): Define. (FLAGS_TO_PASS, COMPILE.c): Add CPPFLAGS.
* merge from gccDJ Delorie2008-10-162-5/+10
|
* merge from gccDJ Delorie2008-10-081-2/+2
|
* * xstrdup.c: Include <sys/types.h> after "config.h".David Edelsohn2008-10-082-1/+5
|
* 2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>H.J. Lu2008-10-074-1/+379
| | | | | | * configure.ac: Call AC_SYS_LARGEFILE. * config.in: Regenerated. * configure: Likewise.
* merge from gccDJ Delorie2008-10-077-466/+262
|
* bfd/Jan Kratochvil2008-09-114-0/+379
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. binutils/ Fix loading large elf64 binaries on 32bit hosts. * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gas/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. gprof/ * configure.in: Call AC_SYS_LARGEFILE. * gconfig.in: Regenerate. * configure: Regenerate. ld/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate. libiberty/ * configure.in: Call AC_SYS_LARGEFILE. * config.in: Regenerate. * configure: Regenerate.
* merge from gccDJ Delorie2008-09-093-10/+154
|
* merge from gccDJ Delorie2008-08-072-2/+40
|
* merge from gccDJ Delorie2008-07-312-1/+9
|
* merge from gccDJ Delorie2008-07-314-11/+28
|
* merge from gccDJ Delorie2008-07-243-75/+86
|
* 2008-06-19 Eric Blake <ebb9@byu.net>Eric Blake2008-06-192-19/+26
| | | | | Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const.
* merge from gccDJ Delorie2008-06-182-15/+43
|
* merge from gccDJ Delorie2008-06-153-9/+14
|
* merge from gccDJ Delorie2008-04-213-0/+7
|
* merge from gccDJ Delorie2008-04-184-6/+46
|
* merge from gccDJ Delorie2008-03-312-6/+15
|
* 2008-03-27 Paolo Bonzini <bonzini@gnu.org>cgen-snapshot-20080401Paolo Bonzini2008-03-274-46/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove. * Makefile.in: Regenerate. config: 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * extensions.m4: New. 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * mh-armpic: Remove. * mh-i370pic: Remove. * mh-m68kpic: Remove. * mh-ppcpic: Remove. * mh-sparcpic: Remove. * mh-ia64pic: Remove. * mh-papic: Remove. * mh-s390pic: Remove. * mh-x86pic: Remove. libiberty: 2008-03-27 Paolo Bonzini <bonzini@gnu.org> * configure.ac (frags): Don't set, use frag instead. (PICFLAG): Set here and substitute. * Makefile.in (PICFLAG): Substitute from autoconf. * configure: Regenerate.
* merge from gccDJ Delorie2008-03-253-5/+436
|
* merge from gccDJ Delorie2008-03-242-7/+10
|
* merge from gccDJ Delorie2008-03-132-2/+7
|
* merge from gccDJ Delorie2008-03-112-1/+7
|