Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-13 | * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections. | Geoffrey Keating | 2 | -13/+39 | |
Add new BSS_PLT variable for when .plt need not be contained in the file. Move _etext so that it is also after .fini, and provide both etext and _etext with a leading underscore. Mark the start and end of .sbss. | |||||
2000-04-13 | * mips-tdep.c (do_fp_register_row): copy the number of bytes | DJ Delorie | 2 | -2/+7 | |
allocated, not the size of the pointer. | |||||
2000-04-13 | * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Define. | Peter Schauer | 4 | -4/+102 | |
* config/i386/tm-i386sol2.h (HAVE_I387_REGS): Define. * i386v4-nat.c (supply_fpregset, fill_fpregset): Add code to handle floating point registers if NUM_FREGS is not zero. | |||||
2000-04-13 | * sol-thread.c (init_sol_core_ops): Initialize to_thread_alive | Nicholas Duffek | 2 | -0/+11 | |
and document to_find_new_threads bug. | |||||
2000-04-13 | * infrun.c (proceed, normal_stop): Change the error message about | Eli Zaretskii | 2 | -4/+14 | |
failure to insert breakpoints/watchpoints so that it makes sense even if ptrace is not used or no other processes can be active. | |||||
2000-04-13 | Only re-generate copying.c when maintainer mode. | Andrew Cagney | 5 | -321/+390 | |
2000-04-13 | IA-64 watchpoint support. | Kevin Buettner | 3 | -0/+215 | |
2000-04-13 | * Makefile.in (gdb-taz): New target. GDB specific archive. | Andrew Cagney | 2 | -18/+57 | |
(do-md5sum): New target. (MD5PROG): Define. (PACKAGE): Default to TOOL. (VER): Default to a shell script. (taz): Rewrite target. Move real work to do-proto-toplev. Include md5 checksum generation. (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2): Use gdb-taz to create archive. | |||||
2000-04-13 | Remove U suffix from constants for K&R compilers. | Alan Modra | 11 | -35/+57 | |
Fix a couple of 64 bit nits. | |||||
2000-04-12 | Apply patch to fix compuation of frag offsets for symbols | Nick Clifton | 2 | -12/+38 | |
2000-04-12 | Apply Andrew Cagney's patch to fix use of 'struct fix'. | Nick Clifton | 3 | -3/+16 | |
2000-04-12 | * go32-nat.c (go32_insert_hw_breakpoint): When there are no more | Eli Zaretskii | 2 | -2/+9 | |
hardware breakpoint resources, return EBUSY. (go32_handle_nonaligned_watchpoint): If the argument WHAT is not one of the enumerated values, return EINVAL. | |||||
2000-04-12 | * README: Mention special build instructions for DJGPP. | Eli Zaretskii | 3 | -0/+56 | |
* NEWS: Update with FP features on x87 platforms, and DJGPP-related changes. | |||||
2000-04-12 | * top.c (gdb_completer_file_name_break_characters): New variable. | Eli Zaretskii | 2 | -0/+19 | |
(line_completion_function): When completing on file names, use gdb_completer_file_name_break_characters as word break characters for the readline library. | |||||
2000-04-12 | Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>). | Eli Zaretskii | 1 | -7/+2 | |
2000-04-12 | Add workaround for gcc-2.95.2 failure. | Alan Modra | 2 | -1/+10 | |
2000-04-12 | (test4): Test for presence of foo__1B, not absence | Alan Modra | 2 | -9/+29 | |
2000-04-12 | (test4): Delete incorrect foo__1B test. Reformat file. | Alan Modra | 2 | -37/+36 | |
2000-04-12 | Keep output orphan sections in the same order as input. | Alan Modra | 4 | -97/+167 | |
2000-04-12 | Changelog entry for gdbint.texinfo fix | Daniel Berlin | 1 | -0/+5 | |
2000-04-12 | GDB->@value{GDBN} | Daniel Berlin | 1 | -210/+210 | |
2000-04-12 | 2000-04-12 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -2/+21 | |
* i387-tdep.c (print_i387_value): Avoid call to floatformat_to_doublest if long double type is the same on host and target. | |||||
2000-04-11 | Fix auto-dependency bug. | Alan Modra | 4 | -21/+24 | |
2000-04-11 | Allow address wrap for bitfields again. | Alan Modra | 2 | -9/+17 | |
2000-04-11 | 2000-04-11 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 3 | -28/+20 | |
* wrapper.h: Remove definitions of internal functions. * wrapper.c: Remove definitions of exported functions (which are already in wrapper.h) and make static all internal wrap_* functions. | |||||
2000-04-11 | Fit 64-bit nits. | Alan Modra | 4 | -7/+16 | |
2000-04-11 | Remove extraneous paragraph. | Alan Modra | 2 | -6/+4 | |
2000-04-11 | Mods to allow compilation of BFD all targets. | Timothy Wall | 7 | -14/+35 | |
2000-04-11 | Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h. | Andrew Cagney | 6 | -68/+84 | |
2000-04-10 | Move arm_skip_solib_resolver from arm-linux-nat.c to arm-linux-tdep.c. | Scott Bambrough | 3 | -126/+132 | |
2000-04-10 Philip Blundell <philb@gnu.org> * arm-linux-nat.c (arm_skip_solib_resolver): Remove and move to arm-linux-tdep.c. * arm-linux-tdep.c (arm_skip_solib_resolver): New. | |||||
2000-04-10 | Replace 'strftime' with 'sprintf'. | Nick Clifton | 2 | -2/+17 | |
2000-04-10 | *** empty log message *** | Jim Blandy | 1 | -0/+5 | |
2000-04-10 | Use the three-argument form of @xref to get the references right. | Jim Blandy | 1 | -6/+8 | |
2000-04-10 | * arm abort fix | Frank Ch. Eigler | 2 | -3/+8 | |
2000-03-11 Philip Blundell <philb@gnu.org> * armemu.c (LoadSMult, LoadMult): Correct handling of aborts. Patch from Allan Skillman <Allan.Skillman@arm.com>. | |||||
2000-04-10 | * gdbint.texinfo (Target Architecture Definition): Fix screwed-up | Jim Blandy | 1 | -6/+6 | |
references to ``Using Different Register and Memory Data Representations''. | |||||
2000-04-10 | 2000-04-10 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -1/+7 | |
From 2000-04-10 Rodney Brown <rdb@redhat.com>: * command.h (enum command_class): Remove trailing "," to placate AIX xlc. | |||||
2000-04-10 | 2000-04-10 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 2 | -2/+7 | |
From Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gdb.base/structs2.c: Support platforms defaulting to a unsigned char. | |||||
2000-04-10 | Fix 64-bit nits. | Alan Modra | 2 | -64/+75 | |
2000-04-10 | TODO, NEWS: Update. Mention MI. | Andrew Cagney | 3 | -190/+168 | |
2000-04-09 | Add 'avr' to Makefile.am | Nick Clifton | 3 | -1/+52 | |
Add M32R docs to as.texinfo | |||||
2000-04-09 | Rename gdbarch-utils.[hc] to arch-utils.[hc] | Andrew Cagney | 5 | -7/+15 | |
2000-04-09 | Rename gdbarch-utils.[hc] to arch-utils.[hc]. | Andrew Cagney | 2 | -12/+134 | |
2000-04-09 | Fix printf botch. | Andrew Cagney | 2 | -2/+6 | |
2000-04-09 | 2000-04-07 J.T. Conklin <jtc@redback.com>: lynx-nat.c | Andrew Cagney | 2 | -10/+18 | |
(fetch_inferior_registers, store_inferior_registers): replace calls to target_xfer_memory() with target_read_memory() and target_write_memory(). | |||||
2000-04-09 | Compare VALUE_ADDRESS() return value with ZERO not NULL. | Andrew Cagney | 2 | -1/+6 | |
2000-04-09 | Remove ``-W -Wall'' from top-level Makefile/configure. | Andrew Cagney | 35 | -2884/+2664 | |
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227. | |||||
2000-04-09 | * am33.igen: Make SP-relative offsets unsigned. Add `*am33' for | Alexandre Oliva | 2 | -11/+34 | |
some instructions that were missing it. | |||||
2000-04-08 | * dwarf2read.c: Revert Andrew Cagney's change of Dec 15, 1997. | Jim Blandy | 3 | -33/+16 | |
Don't include "bfd-elf.h". (address_significant_size): Delete variable. (dwarf2_build_psymtabs_hard): Don't set it, or check for consistency between it and the Dwarf 2 compilation unit header address size. (read_address): Don't mask off bits above address_significant_size. * Makefile.in (dwarf2read.o): Don't depend on $(elf_bfd_h). (elf_bfd_h): Remove variable; it's no longer used. | |||||
2000-04-08 | *** empty log message *** | Jim Blandy | 1 | -0/+8 | |
2000-04-08 | * gdbint.texinfo (Using Different Register and Memory Data | Jim Blandy | 1 | -0/+115 | |
Representations): New section. (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Document. |