summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-04 Jeff Johnston <jjohnstn@redhat.com>newlib-autotools-branchcvs/newlib-autotools-branchJeff Johnston2006-04-043-3/+18
| | | | | | * libc/sys/arm/Makefile.am: Add EXTRA sources including trap.S so that automake will generate a .S.o suffix rule. * libc/sys/arm/Makefile.in: Regenerated.
* Fix entry.Jeff Johnston2006-03-311-0/+2
|
* Fix machine/sys Makefile.am files to not recursively set AM_CCASFLAGS. ↵Jeff Johnston2006-03-31120-123/+671
| | | | Properly include top-level Makefile.am which was missing fixes.
* 2006-03-30 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-03-30347-0/+465010
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * acinclude.m4: Properly add square brackets for AC_DEFUN macros. Rewrite LIB_AC_PROG_CC to remove macros no longer available. Add LIB_AM_PROG_AS to remove prereq of AC_PROG_CC. Add LIB_AC_PROG_CC_GNU macro. Substitute lpfx (library object prefix). * configure.host: Set lpfx depending on whether libtool is used or not. * configure.in: Individually specify libc and libm to AC_CONFIG_SUBDIRS. Add square bracket quoting as necessary. * libc/machine/configure.in: Use case statement to determine AC_CONFIG_SUBDIRS statement. * libc/sys/linux/linuxthreads/machine/configure.in: Ditto. * libc/sys/linux/machine/configure.in: Ditto. * libc/sys/configure.in: Ditto. * libm/machine/configure.in: Ditto. * libc/sys/linux/configure.in: Fix up AC_CONFIG_SUBDIRS. * libm/configure.in: Add AM_CONDITIONAL statement for HAVE_LIBM_MACHINE_DIR. * libc/machine/a29k/Makefile.am: Modified to work with latest automake. Change includes setting AM_CCASFLAGS so building .S files will properly pick up flags used to build C files. * libc/machine/arm/Makefile.am: Ditto. * libc/machine/crx/Makefile.am: Ditto. * libc/machine/d10v/Makefile.am: Ditto. * libc/machine/d30v/Makefile.am: Ditto. * libc/machine/fr30/Makefile.am: Ditto. * libc/machine/frv/Makefile.am: Ditto. * libc/machine/h8300/Makefile.am: Ditto. * libc/machine/h8500/Makefile.am: Ditto. * libc/machine/hppa/Makefile.am: Ditto. * libc/machine/i386/Makefile.am: Ditto. * libc/machine/iq2000/Makefile.am: Ditto. * libc/machine/m32c/Makefile.am: Ditto. * libc/machine/m32r/Makefile.am: Ditto. * libc/machine/m68hc11/Makefile.am: Ditto. * libc/machine/m68k/Makefile.am: Ditto. * libc/machine/m88k/Makefile.am: Ditto. * libc/machine/mips/Makefile.am: Ditto. * libc/machine/mn10200/Makefile.am: Ditto. * libc/machine/mn10300/Makefile.am: Ditto. * libc/machine/mt/Makefile.am: Ditto. * libc/machine/necv70/Makefile.am: Ditto. * libc/machine/powerpc/Makefile.am: Ditto. * libc/machine/sh/Makefile.am: Ditto. * libc/machine/sparc/Makefile.am: Ditto. * libc/machine/tic4x/Makefile.am: Ditto. * libc/machine/tic80/Makefile.am: Ditto. * libc/machine/v850/Makefile.am: Ditto. * libc/machine/w65/Makefile.am: Ditto. * libc/machine/xscale/Makefile.am: Ditto. * libc/machine/xstormy16/Makefile.am: Ditto. * libc/machine/z8k/Makefile.am: Ditto. * libc/sys/a29khif/Makefile.am: Ditto. * libc/sys/arc/Makefile.am: Ditto. * libc/sys/arm/Makefile.am: Ditto. * libc/sys/d10v/Makefile.am: Ditto. * libc/sys/decstation/Makefile.am: Ditto. * libc/sys/h8300hms/Makefile.am: Ditto. * libc/sys/h8500hms/Makefile.am: Ditto. * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto. * libc/sys/linux/machine/i386/Makefile.am: Ditto. * libc/sys/m88kbug/Makefile.am: Ditto. * libc/sys/mmixware/Makefile.am: Ditto. * libc/sys/netware/Makefile.am: Ditto. * libc/sys/rdos/Makefile.am: Ditto. * libc/sys/rtems/Makefile.am: Ditto. * libc/sys/sh/Makefile.am: Ditto. * libc/sys/sparc64/Makefile.am: Ditto. * libc/sys/sysmec/Makefile.am: Ditto. * libc/sys/sysnec810/Makefile.am: Ditto. * libc/sys/sysnecv850/Makefile.am: Ditto. * libc/sys/sysvi386/Makefile.am: Ditto. * libc/sys/sysvnecv70/Makefile.am: Ditto. * libc/sys/tic80/Makefile.am: Ditto. * libc/sys/w65/Makefile.am: Ditto. * libc/sys/z8ksim/Makefile.am: Ditto. * libm/machine/i386/Makefile.am: Ditto. * libc/argz/Makefile.am: Modified to work with latest automake. Change includes adding lib_a_CFLAGS so automake doesn't complain about libtool and non-libtool libraries sharing objects. * libc/ctype/Makefile.am: Ditto. * libc/errno/Makefile.am: Ditto. * libc/iconv/ccs/Makefile.am: Ditto. * libc/iconv/ces/Makefile.am: Ditto. * libc/iconv/lib/Makefile.am: Ditto. * libc/locale/Makefile.am: Ditto. * libc/misc/Makefile.am: Ditto. * libc/posix/Makefile.am: Ditto. * libc/reent/Makefile.am: Ditto. * libc/search/Makefile.am: Ditto. * libc/signal/Makefile.am: Ditto. * libc/stdio/Makefile.am: Ditto. * libc/stdio64/Makefile.am: Ditto. * libc/stdlib/Makefile.am: Ditto. * libc/string/Makefile.am: Ditto. * libc/sys/linux/Makefile.am: Ditto. * libc/sys/linux/argp/Makefile.am: Ditto. * libc/sys/linux/cmath/Makefile.am: Ditto. * libc/sys/linux/dl/Makefile.am: Ditto. * libc/sys/linux/iconv/Makefile.am: Ditto. * libc/sys/linux/intl/Makefile.am: Ditto. * libc/sys/linux/linuxthreads/Makefile.am: Ditto. * libc/sys/linux/net/Makefile.am: Ditto. * libc/sys/linux/stdlib/Makefile.am: Ditto. * libc/syscalls/Makefile.am: Ditto. * libc/time/Makefile.am: Ditto. * libc/unix/Makefile.am: Ditto. * libm/Makefile.am: Ditto. * libm/common/Makefile.am: Ditto. * libm/math/Makefile.am: Ditto. * libm/mathfp/Makefile.am: Ditto. * Regenerate all aclocal.m4, Makefile.in, and configure files.
* Add missing file needed for configuring.Jeff Johnston2006-03-306169-3041445/+0
|
* 2006-03-14 Paolo Bonzini <bonzini@gnu.org>newlib-csl-20060320-branchpointPaolo Bonzini2006-03-142-2/+6
| | | | * Makefile.in: Regenerate.
* 2006-03-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2006-03-145-196/+179
| | | | | | | | | | | | | | | Sync with gcc: 2006-03-10 Aldy Hernandez <aldyh@redhat.com> * configure.in: Handle --disable-<component> generically. * configure: Regenerate. 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com> * Makefile.tpl (BUILD_CONFIGDIRS): Remove. (TARGET_CONFIGDIRS): Remove. * configure.in: Remove AC_SUBST(target_configdirs). * Makefile.in, configure: Regenerated.
* bfd/Richard Sandiford2006-03-142-32/+53
| | | | | | | | | | | | * elf32-mips.c (mips_elf_adjust_addend): New function, mostly split out from... (_bfd_mips_elf_relocate_section): ...here. Use it to adjust r_addend for final links too. ld/testsuite/ * ld-mips/emit-relocs-1a.s, ld-mips/emit-relocs-1b.s, * ld-mips/emit-relocs-1.ld, ld-mips/emit-relocs-1.d: New test. * ld-mips/mips-elf.exp: Run it.
* 2006-03-13 Jim Blandy <jimb@codesourcery.com>Jim Blandy2006-03-142-3/+7
| | | | * MAINTAINERS: Use my work address.
* * m32c-asm.c: Regenerate.DJ Delorie2006-03-148-221/+306
| | | | | | | | | * m32c-desc.c: Likewise. * m32c-desc.h: Likewise. * m32c-dis.c: Likewise. * m32c-ibld.c: Likewise. * m32c-opc.c: Likewise. * m32c-opc.h: Likewise.
* * mem.c (mem_put_byte): Hook simulated UART to stdout.DJ Delorie2006-03-146-12/+111
| | | | | | | | | | | (mem_put_hi): Hook in simulated trace port. (mem_get_byte): Hook in simulated uart control port. * opc2c: Be more picky about matching special comments. * r8c.opc (shift_op): Limit shift counts to -16..16. (BMcnd): Map conditional codes. * reg.c (condition_true): Mask condition code to 4 bits. * syscalls.c: Include local syscall.h. * syscall.h: New, copied from libgloss.
* * MAINTAINERS: Add self as m32c sim maintainer.DJ Delorie2006-03-142-0/+5
|
* i* m32c-desc.c: Regenerate.DJ Delorie2006-03-144-173/+224
| | | | | * m32c-opc.c: Likewise. * m32c-opc.h: Likewise.
* *** empty log message ***gdbadmin2006-03-141-1/+1
|
* daily updateAlan Modra2006-03-131-1/+1
|
* merge from gccDJ Delorie2006-03-133-13/+44
|
* bfd/Richard Sandiford2006-03-132-0/+5
| | | | * elfxx-mips.c (mips_elf_create_got_section): Initialize hgot.
* *** empty log message ***gdbadmin2006-03-131-1/+1
|
* daily updateAlan Modra2006-03-121-1/+1
|
* file sha1.c was initially added on branch gdb-csl-available-20060303-branch.Daniel Jacobowitz2006-03-120-0/+0
|
* file sha1.h was initially added on branch gdb-csl-available-20060303-branch.Daniel Jacobowitz2006-03-120-0/+0
|
* *** empty log message ***gdbadmin2006-03-121-1/+1
|
* daily updateAlan Modra2006-03-111-1/+1
|
* 2006-03-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-03-112-2/+10
| | | | | | PR ld/2443 * dwarf2.c (concat_filename): Don't issue an error if file is 0.
* * m32c.cpu (mul.l): New.DJ Delorie2006-03-114-84/+361
| | | | | | | (mulu.l): New. * m32c-desc.c: Regenerate with mul.l, mulu.l. * m32c-opc.c: Likewise. * m32c-opc.h: Likewise.
* *** empty log message ***gdbadmin2006-03-111-1/+1
|
* daily updateAlan Modra2006-03-101-1/+1
|
* 2006-03-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2006-03-103-15/+20
| | | | | | | * linux-nat.c (kill_inferior): Just call target_mourn_inferior instead of getting tricky for the multi-fork case. * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid for each fork, and then use init_fork_list to delete them.
* 2006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-104-3/+34
| | | | | | | | | | | | | | bfd/ * elf32-arm.c (INTERWORK_FLAG): Handle EABIv5. (elf32_arm_print_private_bfd_data): Ditto. binutils/ * readelf.c (decode_ARM_machine_flags): Handle EABIv5. gas/ * config/tc-arm.c (md_begin): Handle EABIv5. (arm_eabis): Add EF_ARM_EABI_VER5. * doc/c-arm.texi: Document -meabi=5. include/elf/ * arm.h (EF_ARM_EABI_VER5): Define.
* 2006-03-10 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-102-1/+5
| | | | | include/opcode/ * arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions.
* * MAINTAINERS (Patch Champions): Remove self.Joel Brobecker2006-03-102-1/+4
|
* *** empty log message ***gdbadmin2006-03-101-1/+1
|
* 2006-03-09 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-092-2/+10
| | | | | | | | | bfd/ * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Recognise additional mapping symbols. gas/testsuite/ * gas/arm/nomapping.d: New test. * gas/arm/nomapping.s: New test.
* daily updateAlan Modra2006-03-091-1/+1
|
* 2006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy2006-03-092-0/+16
| | | | * gdb.texinfo (Connecting): Document 'target remote pipe'.
* 2006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy2006-03-092-7/+20
| | | | | | * gdb.texinfo (Target Commands): Update text describing how to specify a target. Refer to the detailed section on remote debugging, not the brief mention.
* 2006-03-07 Jim Blandy <jimb@red-bean.com>Jim Blandy2006-03-092-29/+52
| | | | | | * gdb.texinfo (Connecting): Organize the different 'target remote' connection methods into a table. Add a 'target remote' index entry. (!!!)
* Update Swedish translationsNick Clifton2006-03-092-152/+178
|
* * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type.Nick Clifton2006-03-092-1/+6
|
* gdb/ChangeLog:Alexandre Oliva2006-03-094-3/+13
| | | | | | | | * solib-svr4.c (svr4_current_sos): Move up initialization of l_addr, such that it clearly covers all cases. gdb/testsuite/ChangeLog: * gdb.base/prelink.exp: Anchor tested-for regular expression on gdb prompt.
* *** empty log message ***gdbadmin2006-03-091-1/+1
|
* daily updateAlan Modra2006-03-081-1/+1
|
* 2006-03-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2006-03-082-3/+9
| | | | * elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
* * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt uses ofAndreas Schwab2006-03-084-6/+20
| | | | | | | | | | libunwind_frame_prev_register to use a gdb_byte buffer and extract_unsigned_integer. (ia64_libunwind_sigtramp_frame_prev_register): Likewise. * libunwind-frame.c (libunwind_frame_prev_register): Change type of last argument to `gdb_byte *' * libunwind-frame.h: Adjust declaration.
* 2006-03-08 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-082-5/+18
| | | | | | * arm-tdep.c (arm_push_dummy_call): Remove stack alignment. (arm_frame_align): New function. (arm_gdbarch_init): Use it.
* *** empty log message ***gdbadmin2006-03-081-1/+1
|
* daily updateAlan Modra2006-03-071-1/+1
|
* 2006-03-07 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-072-1/+5
| | | | * gdb.base/assign.exp: Correct fail message.
* gas/testsuite/H.J. Lu2006-03-072-11/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-03-07 H.J. Lu <hongjiu.lu@intel.com> PR binutils/2428 * gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and x86-64-rep-suffix. * gas/i386/naked.d: Replace repz with rep. * gas/i386/x86_64.d: Likewise. * gas/i386/rep-suffix.d: New file. * gas/i386/rep-suffix.s: Likewise. * gas/i386/rep.d: Likewise. * gas/i386/rep.s: Likewise. * gas/i386/x86-64-rep-suffix.d: Likewise. * gas/i386/x86-64-rep-suffix.s: Likewise. * gas/i386/x86-64-rep.d: Likewise. * gas/i386/x86-64-rep.s: Likewise. opcodes/ 2006-03-07 H.J. Lu <hongjiu.lu@intel.com> PR binutils/2428 * i386-dis.c (REP_Fixup): New function. (AL): Remove duplicate. (Xbr): New. (Xvr): Likewise. (Ybr): Likewise. (Yvr): Likewise. (indirDXr): Likewise. (ALr): Likewise. (eAXr): Likewise. (dis386): Updated entries of ins, outs, movs, lods and stos.
* 2006-03-07 Paul Brook <paul@codesourcery.com>Paul Brook2006-03-072-2/+6
| | | | * elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY.