aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-09-07Protoization.Kevin Buettner3-20/+33
2000-09-07 * d30v-opc.c (d30v_format_tab): Use format Ra forCatherine Moore2-2/+7
modinc and moddec.
2000-09-072000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-155/+147
* config/tc-mips.c: Fix formatting.
2000-09-07Regenerate aclocal (and config.in / configure).Andrew Cagney4-675/+477
2000-09-07Fix an orphan section problem caused by weird linker scripts.Alan Modra2-20/+24
2000-09-07Fix list handling for orphan section output statements.Alan Modra2-25/+55
2000-09-07* configure.tgt (sh-*-linux*): Added.Alexandre Oliva6-0/+56
* Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file.
2000-09-07* config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.Alexandre Oliva4-170/+182
* configure.in (sh-*-linux*): Added. * configure: Rebuilt.
2000-09-07* config.bfd (sh-*-linux*): Added.Alexandre Oliva9-12/+78
* configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New. * targets.c: Declare them. * elf32-sh-lin.c: New file. * Makefile.am: Compile it. * elf32-sh.c: Don't override defines from elf32-sh-lin.c. * configure, Makefile.in: Rebuilt.
2000-09-07 > * config/tc-hppa.c: Fix formatting.Jeff Law2-35/+19
2000-09-06Wed Sep 6 23:15:43 2000 Andrew Cagney <cagney@b1.cygnus.com>Andrew Cagney4-6/+22
* remote-rdi.c (voiddummy): Update function signature to match struct Dbg_HostosInterface's reset method. * remote-rdp.c (rdp_step): Fix handle parameter to remote_rdp_insert_breakpoint and remote_rdp_remove_breakpoint. * arm-tdep.c (SIGCONTEXT_REGISTER_ADDRESS_P): Provide default definition. (arm_init_extra_frame_info): Use.
2000-09-06 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbssGeoffrey Keating3-9/+45
pseduo-section when determining where the TOC ends. * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to output x_tvndx as it is only two bytes wide. * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute reloc is 26 or 32 bits wide. * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant for relocs that don't change anything. Also look at the full 6 bits of bitsize.
2000-09-062000-09-06 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+5
* config.bfd (arm*-*-uclinux*): New target.
2000-09-062000-09-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2-194/+175
* ecoff.c: Fix formatting.
2000-09-06Fix gdb calling a function for 68hc11Stephane Carrez2-16/+74
2000-09-06Fix 68hc11 timer device (accuracy, io, timer overflow)Stephane Carrez2-115/+197
2000-09-06* Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2-0/+3
2000-09-06Remove stray debugging statement and move prototypes so arm-linux-tdep.cScott Bambrough4-15/+18
compiles without warnings. 2000-09-06 Scott Bambrough <scottb@netwinder.org> * arm-linux-tdep.c (arm_linux_skip_solib_resolver): Removed debug print statement. Removed arm_pc_is_thumb prototype. * config/arm/tm-arm.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Move prototypes here from tm-embed.h. * config/arm/tm-embed.h (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Remove prototypes. Moved to tm-arm.h.
2000-09-06Fix place_orphan crash.Alan Modra2-2/+14
2000-09-062000-09-06 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+24
* TODO: Add hardware watchpint problems on x86 OSes for 5.1.
2000-09-06* aclocal.m4, configure: Rebuilt with new libtool.m4.Alexandre Oliva3-472/+134
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva6-698/+686
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva4-453/+445
2000-09-06* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtoolAlexandre Oliva5-85/+170
multi-language branch.
2000-09-06Add rotating register rename support.Kevin Buettner2-1/+41
2000-09-06Correct gas/ChangeLog 2000-06-23 entry, which I thought I'd fixedAlan Modra2-234/+234
already. Other changes are whitespace.
2000-09-062000-09-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata3-2346/+2379
* cgen.c: Fix formatting. * config/tc-ia64.c: Likewise.
2000-09-06Add support for backtracing through signal handlers on Linux/ARM. Also,Kevin Buettner4-15/+233
make prologue scanning code somewhat less naive about optimized code on GNU/Linux/ARM.
2000-09-06`template' isn't a very good name for a variable.Alan Modra3-7/+13
Who invented c++ anyway?
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton26-2376/+1427
2000-09-05Protoization.Kevin Buettner3-11/+21
2000-09-05 * config/tc-cris.c: Correct comment typos.Hans-Peter Nilsson2-3/+7
2000-09-05Fix buggy macrosNick Clifton2-603/+269