aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-142000-09-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata11-141/+84
* config/obj-ecoff.c: Fix formatting. * config/obj-elf.c: Likewise. * config/obj-elf.h: Likewise. * config/obj-evax.h: Likewise. * config/obj-generic.h: Likewise. * config/obj-hp300.c: Likewise. * config/obj-hp300.h: Likewise. * config/obj-ieee.h: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise.
2000-09-14* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,Alexandre Oliva2-113/+257
R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced the original entries with EMPTY_HOWTOs, and added new ones to fill in the gap. (sh_elf_info_to_howto): Make sure the new gap isn't used. (sh_elf_relocate_section): Likewise.
2000-09-14* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,Alexandre Oliva2-9/+20
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change numbers to the range from 160 to 167. (R_SH_FIRST_INVALID_RELOC): Adjust. (R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2): New relocs to fill in the gap.
2000-09-14Add support for the MIPS32Nick Clifton19-240/+474
2000-09-14Disable relaxation if multiple symbol definitions are encountered - otherwiseNick Clifton2-0/+13
the linker could abort with an assertion failure.
2000-09-14 * som.c (som_write_symbol_strings): Do not used fixed buffers,Jeff Law2-25/+68
use size_t as a counter. (som_write_space_strings): Similarly.
2000-09-13 * testsuite/demangle-expected: Add two tests for anonymousHans-Peter Nilsson3-1/+33
namespaces. * cplus-dem.c (gnu_special): Handle anonymous namespaces.
2000-09-13Protoization.Kevin Buettner3-16/+12
2000-09-13In objfile_relocate(), don't assume that offsets associated with oneKevin Buettner2-19/+11
of SECT_OFF_TEXT, SECT_OFF_DATA, or SECT_OFF_BSS will be adequate for relocating all of the sections in an objfile.
2000-09-122000-09-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata7-145/+111
* config/obj-aout.c: Fix formatting. * config/obj-aout.h: Likewise. * config/obj-bout.c: Likewise. * config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise.
2000-09-122000-09-12 Kazu Hirata <kazu@hxi.com>Kazu Hirata17-107/+104
* as.h: Fix formatting. * asintl.h: Likewise. * bit_fix.h: Likewise. * dwarf2dbg.h: Likewise. * expr.h: Likewise. * flonum.h: Likewise. * frags.h: Likewise. * itbl-ops.h: Likewise. * macro.h: Likewise. * read.h: Likewise. * sb.h: Likewise. * struc-symbol.h: Likewise. * subsegs.h: Likewise. * symbols.h: Likewise. * tc.h: Likewise. * write.h: Likewise.
2000-09-122000-09-12 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-1/+5
* remote-rdi.c (arm_rdi_open): Fix typo in error message.
2000-09-12Missing Makefile.in for 68hc11 simulatorStephane Carrez2-0/+64
2000-09-122000-09-12 Philip Blundell <philb@gnu.org>Phil Blundell3-16/+43
* config.sub, config.guess: Update from subversions.
2000-09-12Replace hardwired timeouts in remote-mips.c with ``remote_timeout''Andrew Cagney2-22/+53
variable.
2000-09-122000-09-12 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2-0/+47
* elf32-i860.c (elf32_i860_relocate_pc26): New function and prototype. (elf32_i860_relocate_section): Invoke new function from here.
2000-09-12* MAINTAINERS: Added myself.Alexandre Oliva2-0/+5
2000-09-12* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that theAlexandre Oliva4-348/+377
one brought in by ../bfd/acinclude.m4 prevails. * aclocal.m4, configure: Rebuilt.
2000-09-122000-09-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata11-101/+112
* bignum-copy.c: Fix formatting. * ehopt.c: Likewise. * flonum-copy.c: Likewise. * flonum-konst.c: Likewise. * flonum-mult.c: Likewise. * literal.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise.
2000-09-112000-09-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-113/+70
* config/tc-i370.c: Fix formatting. * config/tc-i960.c: Likewise. * config/tc-m68k.c: Likewise.
2000-09-11Fix HAVE_STRUCT_LINK_MAP32 configure test.Kevin Buettner3-183/+154
2000-09-112000-09-11 Catherine Moore <clm@redhat.com>Catherine Moore2-3/+10
* d30v-opc.c (d30v_operand_t): New operand type Rb2. (d30v_format_tab): Use Rb2 for modinc and moddec.
2000-09-11Make debug_sec_names static.Nick Clifton2-1/+6
2000-09-11Protoization.Kevin Buettner3-12/+36
2000-09-10Fix formattingNick Clifton2-186/+168
2000-09-102000-09-09 Philip Blundell <philb@gnu.org>Phil Blundell3-171/+178
* configure.in (arm*-*-uclinux*): New target. * configure: Regenerate.
2000-09-10 * testsuite/demangle-expected: Add four tests for type_infoHans-Peter Nilsson3-1/+25
mangling. * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node.
2000-09-10Emit 8 NULs for target section name instead of dumping core when the targetNick Clifton2-1/+8
symbol is undefined.
2000-09-10Remove soft reg hack in the 68hc11 simulatorStephane Carrez3-60/+8
2000-09-10Fix clearing of interrupts in 68hc11 simulatorStephane Carrez2-4/+21
2000-09-09 * sim-main.h: Define cycle_to_string.Stephane Carrez7-26/+70
* dv-m68hc11tim.c (cycle_to_string): New function to translate the cpu cycle into some formatted time string. (m68hc11tim_print_timer): Use it. * dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string. * dv-m68hc11spi.c (m68hc11spi_info): Likewise. * interrupts.c (interrupts_info): Likewise. * m68hc11_sim.c (cpu_info): Likewise.
2000-09-092000-09-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-80/+76
* input-file.c: Fix formatting. * itbl-ops.c: Likewise. * messages.c: Likewise.
2000-09-092000-09-09 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-4/+9
* riscix.c: Remove DEFUN.
2000-09-09* lin-lwp.c (normal_mask, blocked_mask): New variables.Mark Kettenis2-14/+75
(lin_lwp_wait): Block SIGCHLD here if it isn't already blocked. (lin_lwp_mourn_inferior): Restore the origional signal mask, and reset the mask of blocked signals. (_initialize_lin_lwp): Don't block SIGCHLD here, but do initialize suspend_mask and blocked_mask. This makes us pass gdb.base/sigall.exp for Linux/x86 now. (lin_thread_get_thread_signals): Treat the LinuxThreads "cancel" signal similarly to SIGCHLD in the generic code. Avoids GDB being terminated by a Real-time signal.
2000-09-09Protoization.Kevin Buettner3-14/+10
2000-09-09Do not initialise flags in output bfd if the input bfd is the defaultNick Clifton2-6/+13
architecture with the default flags.
2000-09-082000-09-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata4-1093/+1046
* archive.c: Fix formatting. * coff-arm.c: Likewise. * doc/chew.c: Likewise.
2000-09-08Add Stephane CarrezNick Clifton2-0/+5
2000-09-082000-09-08 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+6
* config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when offset is negative.
2000-09-08Mention 2.10 change to ARM MSR semanticsPhil Blundell1-0/+3
2000-09-08(bfd_get_unique_section_name): Put a dot before the numeric suffix.Alan Modra2-152/+157
2000-09-08* dyn-string.h: Adjust formatting.Christopher Faylor2-4/+9
(dyn_string_insert_char): New macro. New declaration.
2000-09-08* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.Christopher Faylor2-0/+150
* md5.h: New file.
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu12-1753/+1820
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-28/+27
* atof-generic.c: Fix formatting.
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-159/+152
* config/tc-vax.c: Fix formatting. * input-scrub.c: Likewise.
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-78/+97
* doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-162/+156
* elf.c: Fix formatting.
2000-09-07* config/i386/nbsd.mt (TDEPFILES): Add i386nbsd-tdep.o.J.T. Conklin4-10/+48
* i386nbsd-nat.c (i386nbsd_use_struct_convention): Moved from here. * i386nbsd-tdep.c (i386nbsd_use_struct_convention): To here. * i386nbsd-tdep.c: New file.
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-2/+9
* Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h. * Makefile.in: Rebuild.