Daniel Berlin
1a8237e8c3
Changelog entry for gdbint.texinfo fix
2000-04-12 02:27:39 +00:00
Daniel Berlin
25822942b6
GDB->@value{GDBN}
2000-04-12 02:26:59 +00:00
Mark Kettenis
1d77867f99
2000-04-12 Mark Kettenis <kettenis@gnu.org>
...
* 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-12 00:22:56 +00:00
Alan Modra
7df5277ad6
Fix auto-dependency bug.
2000-04-11 23:57:13 +00:00
Alan Modra
8a4ac87108
Allow address wrap for bitfields again.
2000-04-11 23:01:50 +00:00
Fernando Nasser
287e305808
2000-04-11 Fernando Nasser <fnasser@cygnus.com>
...
* 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 19:41:11 +00:00
Alan Modra
43cbcf2859
Fit 64-bit nits.
2000-04-11 13:07:56 +00:00
Alan Modra
8be867464d
Remove extraneous paragraph.
2000-04-11 11:39:38 +00:00
Timothy Wall
4af1d5f662
Mods to allow compilation of BFD all targets.
2000-04-11 04:11:03 +00:00
Andrew Cagney
e48f66e46e
Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h.
2000-04-11 01:21:15 +00:00
Scott Bambrough
f38e884d67
Move arm_skip_solib_resolver from arm-linux-nat.c to arm-linux-tdep.c.
...
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 21:02:33 +00:00
Nick Clifton
50da7a9c68
Replace 'strftime' with 'sprintf'.
2000-04-10 17:13:07 +00:00
Jim Blandy
ca526f1a3e
*** empty log message ***
2000-04-10 15:50:15 +00:00
Jim Blandy
4281a42ed4
Use the three-argument form of @xref to get the references right.
2000-04-10 15:50:02 +00:00
Frank Ch. Eigler
5d0d395e94
* arm abort fix
...
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 15:35:56 +00:00
Jim Blandy
0a1a0be203
* gdbint.texinfo (Target Architecture Definition): Fix screwed-up
...
references to ``Using Different Register and Memory Data
Representations''.
2000-04-10 15:33:19 +00:00
Fernando Nasser
9285ab8042
2000-04-10 Fernando Nasser <fnasser@cygnus.com>
...
From 2000-04-10 Rodney Brown <rdb@redhat.com>:
* command.h (enum command_class): Remove trailing "," to placate
AIX xlc.
2000-04-10 15:07:37 +00:00
Fernando Nasser
7930cc7cdc
2000-04-10 Fernando Nasser <fnasser@cygnus.com>
...
From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2000-04-10 14:14:54 +00:00
Alan Modra
847f7ad471
Fix 64-bit nits.
2000-04-10 12:36:06 +00:00
Andrew Cagney
bc9e5bbf1b
TODO, NEWS: Update. Mention MI.
2000-04-10 10:52:19 +00:00
Nick Clifton
ec694b8956
Add 'avr' to Makefile.am
...
Add M32R docs to as.texinfo
2000-04-09 20:25:17 +00:00
Andrew Cagney
1ad03bde8a
Rename gdbarch-utils.[hc] to arch-utils.[hc]
2000-04-09 14:37:28 +00:00
Andrew Cagney
a5ea25581c
Rename gdbarch-utils.[hc] to arch-utils.[hc].
2000-04-09 14:35:35 +00:00
Andrew Cagney
e30db7381c
Fix printf botch.
2000-04-09 14:15:43 +00:00
Andrew Cagney
f7384f0ffd
2000-04-07 J.T. Conklin <jtc@redback.com>: lynx-nat.c
...
(fetch_inferior_registers, store_inferior_registers): replace calls to
target_xfer_memory() with target_read_memory() and
target_write_memory().
2000-04-09 13:29:52 +00:00
Andrew Cagney
85c9a9d507
Compare VALUE_ADDRESS() return value with ZERO not NULL.
2000-04-09 13:02:10 +00:00
Andrew Cagney
a2d91340f3
Remove ``-W -Wall'' from top-level Makefile/configure.
...
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 12:17:43 +00:00
Alexandre Oliva
d8e7020fd6
* am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
...
some instructions that were missing it.
2000-04-09 09:04:54 +00:00
Jim Blandy
64367e0abc
* dwarf2read.c: Revert Andrew Cagney's change of Dec 15, 1997.
...
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 22:35:35 +00:00
Jim Blandy
faaafcb468
*** empty log message ***
2000-04-08 17:49:50 +00:00
Jim Blandy
9fb4dd364d
* gdbint.texinfo (Using Different Register and Memory Data
...
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-08 17:49:31 +00:00
Timothy Wall
a44f28956b
Fix copyright comments and file comments.
2000-04-08 17:26:16 +00:00
Peter Schauer
3423db8257
* configure.in (NEW_PROC_API): Escape square brackets when testing
...
for solaris2.[678].
* configure: Regenerate.
2000-04-08 11:13:17 +00:00
J.T. Conklin
e93c542c45
* gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2000-04-08 05:10:43 +00:00
Nick Clifton
d4c97e70fc
Fix dependency for elfarm-oabi.c
2000-04-08 00:19:37 +00:00
Nick Clifton
d92b1a8a2a
Add support for BFD_RELOC_{ARM|THUMB}_PCREL_BLX relocs.
2000-04-08 00:11:46 +00:00
Nick Clifton
dfc5f959f3
Add support for R_ARM_XPC25 and R_ARM_THM_XPC22 relocs
2000-04-08 00:10:49 +00:00
Nick Clifton
8725b940b2
Merge arm-oabi.h into arm.h
2000-04-08 00:09:26 +00:00
J.T. Conklin
23e37ab112
2000-04-07 J.T. Conklin <jtc@redback.com>
...
* gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2000-04-07 22:26:35 +00:00
Scott Bambrough
134e61c4a7
2000-04-07 Scott Bambrough <scottb@netwinder.org>
...
* 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.
2000-04-07 22:26:11 +00:00
Scott Bambrough
03e0fb3a47
2000-04-05 Scott Bambrough <scottb@netwinder.org>
...
* Makefile.in: Add dependency information for arm-linux-tdep.c.
* config/djgpp/fnchange.lst: Add arm-linux-tdep.c, arm-linux-nat.c.
2000-04-07 22:04:01 +00:00
Michael Snyder
0ab2f69a43
2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
...
* elfcore.h (elf_core_file_p): preserve value of tdata at entry,
and restore it on failure. Release newly allocated tdata on
failure.
2000-04-07 20:27:29 +00:00
Jim Wilson
ccdb16fc41
Fix linker segfault that occured when linking ia64-linux kernel.
...
* dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
(decode_line_info): Set it. Report error if unit->line_offset is
equal to or larger than it.
2000-04-07 18:36:04 +00:00
Peter Schauer
291dcb3e0d
* sol-thread.c (gdb_ps_addr_t): New typedef, depends on definition
...
of PROC_SERVICE_IS_OLD.
(ps_pglobal_lookup, ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite,
rw_common): Change argument type from psaddr_t to gdb_ps_addr_t.
2000-04-07 17:18:57 +00:00
Timothy Wall
81635ce4f5
BFD and include/coff support for tic54x target.
2000-04-07 17:06:58 +00:00
Timothy Wall
5948916f52
Note new "AT>" feature.
2000-04-07 17:04:19 +00:00
Andrew Cagney
1decb32380
When GCC always enable certain warnings.
...
Allow configure to set CFLAGS (-g -O2) when GCC.
2000-04-07 08:57:39 +00:00
Alan Modra
37cc8ec1be
A mostly cosmetic tidy up of warnings and error message reporting.
2000-04-07 04:34:50 +00:00
Andrew Cagney
d311cd50fc
From 2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
...
* procfs.c (init_procfs_ops): Set procfs_ops.to_has_memory and
procfs_ops.to_has_all_memory to 1.
2000-04-07 04:33:21 +00:00
Michael Snyder
279b54a119
2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
...
* elfcore.h (elf_core_file_p): call backend_object_p which
thereby gets an opportunity to update the arch/machine type.
2000-04-07 03:59:23 +00:00