aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-04-12Apply patch to fix compuation of frag offsets for symbolsNick Clifton2-12/+38
2000-04-12Apply Andrew Cagney's patch to fix use of 'struct fix'.Nick Clifton3-3/+16
2000-04-12 * go32-nat.c (go32_insert_hw_breakpoint): When there are no moreEli Zaretskii2-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 Zaretskii3-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 Zaretskii2-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-12Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>).Eli Zaretskii1-7/+2
2000-04-12Add workaround for gcc-2.95.2 failure.Alan Modra2-1/+10
2000-04-12(test4): Test for presence of foo__1B, not absenceAlan Modra2-9/+29
2000-04-12(test4): Delete incorrect foo__1B test. Reformat file.Alan Modra2-37/+36
2000-04-12Keep output orphan sections in the same order as input.Alan Modra4-97/+167
2000-04-12Changelog entry for gdbint.texinfo fixDaniel Berlin1-0/+5
2000-04-12GDB->@value{GDBN}Daniel Berlin1-210/+210
2000-04-122000-04-12 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-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-11Fix auto-dependency bug.Alan Modra4-21/+24
2000-04-11Allow address wrap for bitfields again.Alan Modra2-9/+17
2000-04-112000-04-11 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser3-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-11Fit 64-bit nits.Alan Modra4-7/+16
2000-04-11Remove extraneous paragraph.Alan Modra2-6/+4
2000-04-11Mods to allow compilation of BFD all targets.Timothy Wall7-14/+35
2000-04-11Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.Andrew Cagney6-68/+84
2000-04-10Move arm_skip_solib_resolver from arm-linux-nat.c to arm-linux-tdep.c.Scott Bambrough3-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-10Replace 'strftime' with 'sprintf'.Nick Clifton2-2/+17
2000-04-10*** empty log message ***Jim Blandy1-0/+5
2000-04-10Use the three-argument form of @xref to get the references right.Jim Blandy1-6/+8
2000-04-10* arm abort fixFrank Ch. Eigler2-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-upJim Blandy1-6/+6
references to ``Using Different Register and Memory Data Representations''.
2000-04-102000-04-10 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-1/+7
From 2000-04-10 Rodney Brown <rdb@redhat.com>: * command.h (enum command_class): Remove trailing "," to placate AIX xlc.
2000-04-102000-04-10 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser2-2/+7
From Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2000-04-10Fix 64-bit nits.Alan Modra2-64/+75
2000-04-10TODO, NEWS: Update. Mention MI.Andrew Cagney3-190/+168
2000-04-09Add 'avr' to Makefile.amNick Clifton3-1/+52
Add M32R docs to as.texinfo
2000-04-09Rename gdbarch-utils.[hc] to arch-utils.[hc]Andrew Cagney5-7/+15
2000-04-09Rename gdbarch-utils.[hc] to arch-utils.[hc].Andrew Cagney2-12/+134
2000-04-09Fix printf botch.Andrew Cagney2-2/+6
2000-04-092000-04-07 J.T. Conklin <jtc@redback.com>: lynx-nat.cAndrew Cagney2-10/+18
(fetch_inferior_registers, store_inferior_registers): replace calls to target_xfer_memory() with target_read_memory() and target_write_memory().
2000-04-09Compare VALUE_ADDRESS() return value with ZERO not NULL.Andrew Cagney2-1/+6
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney35-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' forAlexandre Oliva2-11/+34
some instructions that were missing it.
2000-04-08* dwarf2read.c: Revert Andrew Cagney's change of Dec 15, 1997.Jim Blandy3-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 Blandy1-0/+8
2000-04-08* gdbint.texinfo (Using Different Register and Memory DataJim Blandy1-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.
2000-04-08Fix copyright comments and file comments.Timothy Wall4-12/+21
2000-04-08 * configure.in (NEW_PROC_API): Escape square brackets when testingPeter Schauer3-2/+8
for solaris2.[678]. * configure: Regenerate.
2000-04-08* gdb.base/call-ar-st.exp: Relax patterns matching tab characters.J.T. Conklin2-4/+6
2000-04-08Fix dependency for elfarm-oabi.cNick Clifton3-2/+24
2000-04-08Add support for BFD_RELOC_{ARM|THUMB}_PCREL_BLX relocs.Nick Clifton2-1/+34
2000-04-08Add support for R_ARM_XPC25 and R_ARM_THM_XPC22 relocsNick Clifton6-51/+118
2000-04-08Merge arm-oabi.h into arm.hNick Clifton3-127/+65
2000-04-072000-04-07 J.T. Conklin <jtc@redback.com>J.T. Conklin2-2/+6
* gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2000-04-072000-04-07 Scott Bambrough <scottb@netwinder.org>Scott Bambrough6-8/+181
* ChangeLog: Correct date on last entry. * arm-linux-tdep.c (arm_linux_push_arguments): New function. * config/arm/tm-linux: Redefined PUSH_ARGUMENTS for Linux. * config/arm/tm-embed: Fix build warning from redefinition of LOWEST_PC. * config/arm/tm-arm.h: Remove TARGET_BYTE_ORDER_SELECTABLE. * config/arm/tm-wince.h: Remove TARGET_BYTE_ORDER_SELECTABLE and TARGET_BYTE_ORDER. Add TARGET_BYTE_ORDER_SELECTABLE_P to override default in tm-arm.h. Use default target byte order from tm-arm.h.