Peter Schauer
c7db355bcd
* gdb.base/callfuncs.c (main): Moved to end of file, call
...
t_double_values to initialize the FPU before inferior calls are made.
* gdb.base/callfuncs.exp: Test for register preservation after calling
inferior functions. Add tests for continuining, finishing and
returning from a stop in a call dummy.
2000-11-06 20:38:02 +00:00
Nick Clifton
cf055d540c
Add GNU Free Documentation License
2000-11-06 20:27:26 +00:00
Peter Schauer
1a2aab69f1
* stack.c (return_command): Pop dummy frame if we just returned from
...
a stop in a call dummy.
2000-11-06 20:25:36 +00:00
Phil Blundell
cf919dfdd7
2000-11-05 Philip Blundell <philb@gnu.org>
...
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
BFDs containing no sections to be merged, regardless of their flags.
2000-11-04 Philip Blundell <philb@gnu.org>
* elf32-arm.h (elf32_arm_relocate_section): Suppress error message
if a relocation for an undefined symbol also results in an
overflow.
2000-11-06 19:38:10 +00:00
Nick Clifton
704c465c23
Add GNU Free Documentation License
2000-11-06 19:24:16 +00:00
Christopher Faylor
7c6a44d358
* config.sub: Add support for Sun Chorus
2000-11-06 19:21:51 +00:00
Christopher Faylor
8848a8d0a4
* config.bfd: Add support for Sun Chorus.
2000-11-06 18:47:14 +00:00
Alan Modra
1566ad5dd3
Fix compilation warnings as otherwise we fail the test.
2000-11-06 10:07:06 +00:00
Kevin Buettner
5af20574b3
Protoization.
2000-11-06 04:53:14 +00:00
David O'Brien
46d59bfa43
2000-11-05 David O'Brien <obrien@FreeBSD.org>
...
* configure.in: Recognize alpha-*-freebsd*.
* configure: Regenerate.
I had this in my local tree for along time and had gotten approval for this
on Mon, 22 May 2000 15:45:01 -0700 but somehow managed to never commit it.
Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222245.PAA14600@elmo.cygnus.com>
2000-11-05 23:31:45 +00:00
Nick Clifton
8d6b5c8e2f
Add include of "dwarf2dbg.h"
2000-11-05 19:28:57 +00:00
Nick Clifton
76da6bbe3e
Remove extraneous whitepaces
2000-11-05 19:18:34 +00:00
Nick Clifton
82ae5c6bc5
*** empty log message ***
2000-11-05 17:14:08 +00:00
Alan Modra
dca7760fb5
* ldlex.l (yy_create_string_buffer): Init all structure fields.
...
* Makefile.am (DISTCLEANFILES): Add stringify.sed.
Move 2000-11-02 Makefile.in changes to this file.
2000-11-05 06:27:15 +00:00
Hans-Peter Nilsson
99a4c1bd6b
* hashtab.c (htab_expand): Change to return int. Use calloc or
...
xcalloc depending on htab->return_allocation_failure. Return zero
if calloc fails.
(htab_create): Update comment to cover memory allocation.
(htab_try_create): New.
(htab_find_slot_with_hash): Return NULL if htab_expand fails.
Update comment to cover this.
2000-11-04 07:54:27 +00:00
Hans-Peter Nilsson
82e7f05e13
* hashtab.h (struct htab): Add member return_allocation_failure.
...
(htab_try_create): New prototype. Mention which functions may
return NULL when this is used.
2000-11-04 07:48:51 +00:00
Kevin Buettner
74f832daf0
Protoization.
2000-11-04 00:46:46 +00:00
Kevin Buettner
a275699e3a
In new_symbol(), relocate symbol address by base address of the section
...
it is in instead of using the base address of the .text section.
2000-11-03 22:38:38 +00:00
J.T. Conklin
4930751aae
* TODO: Note abstraction layer violation where "ocd reset" command
...
must invalidate the dcache, and how this might be fixed.
* monitor.c (#include "dcache.h"): Removed.
(remote_dcache): Removed.
(monitor_open): Removed code that created local dcache.
(flush_monitor_dcache): Removed (unused function).
(monitor_resume): Removed call to dcache_invd().
(monitor_load): Likewise.
(monitor_xfer_memory): Changed to call monitor_write_memory(),
monitor_write_memory_block(), and monitor_read_memory() instead
of dcache_xfer_memory().
* monitor.h (flush_monitor_dcache): Removed (unused function).
* ocd.c (#include "dcache.h"): Removed.
(ocd_dcache): Removed.
(ocd_open): Removed code that created local dcache.
(ocd_resume): Removed call to dcache_invd().
(ocd_xfer_memory): Changed to call ocd_write_bytes() and
ocd_read_bytes() instead of dcache_xfer_memory().
(bdm_reset_command): Invalidate target dcache.
* remote-bug.c (bug_load): Remove call to dcache_invd().
(bug_resume): Likewise.
(bug_settings): Remove dcache, readfunc, and writefunc fields
from initializer.
(bug_xfer_memory): Changed to call bug_read_memory() and
bug_write_memory() instead of dcache_xfer_memory().
* remote-nindy.c (#include "dcache.h"): Removed.
(nindy_dcache): Removed.
(nindy_open): Removed code that created local dcache.
(nindy_resume): Removed call to dcache_invd().
(nindy_load): Likewise.
(nindy_xfer_inferior_memory): Changed to call ninMemPut() and
ninMemGet() instead of dcache_xfer_memory().
* remote-sds.c (#include "dcache.h"): Removed.
(sds_dcache): Removed.
(sds_open): Removed code that created local dcache.
(sds_resume): Removed call to dcache_invd().
(sds_xfer_memory): Changed to call sds_write_bytes() and
sds_read_bytes() instead of dcache_xfer_memory().
* remote-utils.c (gr_open): Removed code that created local dcache.
* remote-utils.h (#include "dcache.h"): Removed.
(struct gr_settings): Removed dcache, readfunc, and writefunc fields.
(gr_get_dcache, gr_set_dcache): Removed macro definitions.
* remote.c (#include "dcache.h"): Removed.
(remote_dcache): Removed.
(remote_open_1): Removed code that created local dcache.
(remote_async_open_1): Likewise.
(remote_resume): Removed call to dcache_invd().
(remote_async_resume): Likewise.
(remote_xfer_memory): Changed to call remote_write_bytes() and
remote_read_bytes() instead of dcache_xfer_memory().
* wince.c (#include "dcache.h"): Removed.
(remote_dcache): Removed.
(child_create_inferior): Removed code that created local dcache.
(child_xfer_memory): Changed to call remote_write_bytes() and
remote_read_bytes() instead of dcache_xfer_memory().
(child_resume): Removed call to dcache_invd().
* target.c (target_dcache): Added.
(target_load): Invalidate target_dcache.
(do_xfer_memory): New function.
(target_xfer_memory): Reimplement in terms of dcache_xfer_memory().
(target_xfer_memory_partial): Likewise.
(initialize_targets): Create target_dcache.
* target.h (#include "dcache.h"): Added.
(target_open): Invalidate target_dcache.
(target_resume): Likewise.
(do_xfer_memory): New declaration.
* dcache.c (dcache_init): Removed reading and writing arguments.
(dcache_struct): Removed read_memory and write_memory fields.
(dcache_write_line): Call do_xfer_memory.
(dcache_read_line): Likewise.
(dcache_xfer_memory): Likewise.
(dcache_invalidate): Renamed from dcache_invd.
(dcache_init): Updated.
(dcache_xfer_memory): Updated.
* dcache.h (memxferfunc): Removed definition.
2000-11-03 22:00:56 +00:00
Hans-Peter Nilsson
e0f3df8f1e
* hashtab.c: Change void * to PTR where necessary.
...
(htab_create, htab_expand): Correct formatting of comment before
function.
2000-11-03 20:55:25 +00:00
Hans-Peter Nilsson
6f72978879
* hashtab.h: Change void * to PTR where necessary.
2000-11-03 20:53:04 +00:00
Nick Clifton
40a633d5ca
Use ${CONSTRUCTING...} to enclose constructors and destructors.
2000-11-03 19:49:05 +00:00
Peter Schauer
36b0c0e021
* objfiles.c (objfile_relocate): Relocate ei.entry_point with
...
its section offset, use SECT_OFF_TEXT only as a fallback.
2000-11-03 19:00:06 +00:00
Nick Clifton
ade0b24fe1
Fix readelf -S and readelf -s tests for MIPS and v850
2000-11-03 01:59:12 +00:00
Nick Clifton
420496c13a
Add --srec-len and --srec-forceS3 switches to objcopy
2000-11-03 01:47:13 +00:00
Nick Clifton
8602ff0c55
Add support for -storm-chaos
2000-11-02 23:07:28 +00:00
Nick Clifton
59ff2774bb
Add support for *-storm-chaos target
2000-11-02 23:03:24 +00:00
Nick Clifton
37d8bb275b
Preserve copy of case clobber opcodes so that .req pseudo op works
2000-11-02 19:32:47 +00:00
Nick Clifton
d75bb8cff6
SWitch over to using dwarf2_generate_asm_lineno
2000-11-02 19:17:04 +00:00
Phil Blundell
6c17cfe4d2
2000-11-02 Theo Honohan <th@futuretv.com>
...
* config/tc-arm.c (do_msr): Improve error message.
2000-11-02 15:10:57 +00:00
Kevin Buettner
3ed9691ff4
Protoization.
2000-11-02 03:18:49 +00:00
Dave Brolley
0ab7df8a89
2000-11-01 Dave Brolley <brolley@cygnus.com>
...
* lib/sim-defs.exp (run_sm_test): Correct comment. "output" and
"xerror" options do not use a list of machines. Clear options from
previous test case. Use "$cpu_option" to identify the machine to the
assembler, if specified.
2000-11-01 15:40:35 +00:00
Phil Blundell
ee43f35ef7
2000-10-31 Philip Blundell <philb@gnu.org>
...
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
EF_SOFT_FLOAT if it is defined.
2000-11-01 07:20:04 +00:00
Eric Christopher
c51ce5f064
2000-10-31 Eric Christopher <echristo@cygnus.com>
...
* config/tc-mn10300.c (md_apply_fix3): Use valuep if fully resolved
or pc-relative, else use fx_offset.
2000-11-01 00:54:00 +00:00
Nick Clifton
7947af9305
Add Eric Christopher as maintainer for MN10300
2000-11-01 00:37:12 +00:00
Jim Wilson
f1bcba5b90
Add tag support. Error for dangling qualifying predicates.
...
* config/tc-ia64.c (struct md): New field tag_fixups.
(ia64_flush_insns): Handle tag_fixups. Error if dangling
qualifying predicate.
(emit_one_bundle): Delete spurious multiplication by one. Handle
tag_fixups.
(ia64_start_line): Error if dangling qualifying predicate.
(defining_tag): New static variable.
(ia64_unrecognized_line, case '['): Parse tags.
(ia64_frob_label): Create tag_fixups.
(md_assemble): Reset md.qp.X_op after using it.
2000-11-01 00:00:34 +00:00
Nick Clifton
4d765177eb
Add Jim Wilson as Maintainer for IA64 code.
2000-10-31 20:37:25 +00:00
Michael Snyder
1a8629c735
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* config/sh/tm-linux.h: New file. Include generic tm-linux.h,
plus tm-sh.h, then define SVR4_FETCH_LINK_MAP_OFFSETS to use
the sh target function instead of the default link map offsets.
* config/sh/sh.mt: Add solib.o and solib-svr4.o to TDEPFILES.
Use sh/tm-linux.h instead of sh/tm-sh.h.
* sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets):
New function. Construct target-specific link map offsets.
* i386-linux-tdep.c (i386_linux_svr4_fetch_link_map_offsets:
New function. Construct target-specific link map offsets.
* config/i386/tm-linux.h: Use above function instead of default.
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
* config/i386/tm-linux.h: Remove definition of SVR4_SHARED_LIBS,
and inclusion of solib.h. Move up into ../tm-linux.h.
config/tm-linux.h: Define SVR4_SHARED_LIBS, include solib.h.
2000-10-31 19:35:04 +00:00
Alan Modra
8637c0456a
Kaz Kojima's BFD_RELOC_SH_PCDISP12BY2 fix.
2000-10-31 12:33:13 +00:00
Bernd Schmidt
ebeeafe61c
Better bundle template selection
2000-10-31 10:30:11 +00:00
Kevin Buettner
10689f25cd
Protoization.
2000-10-31 05:49:55 +00:00
Kevin Buettner
749499cbc4
solib.c relocation improvements
2000-10-30 23:31:17 +00:00
Michael Snyder
0cf9d59bcb
[left out in the previous check-in]
...
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
* config/m68k/linux.mh: Remove solib.c, solib-svr4.c from NATDEPFILES.
* config/powerpc/linux.mh: ditto.
* config/ia64/linux.mh: ditto.
* config/i386/linux.mh: ditto.
* config/alpha/alpha-linux.mh: ditto.
* config/arm/linux.mh: ditto.
* config/m68k/linux.mt: Add solib.c, solib-svr4.c to TDEPFILES.
* config/powerpc/linux.mt: ditto.
* config/ia64/linux.mt: ditto.
* config/i386/linux.mt: ditto.
* config/alpha/alpha-linux.mt: ditto.
* config/arm/linux.mt: ditto.
2000-10-30 22:35:46 +00:00
Michael Snyder
85b29e5e93
2000-10-30 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* config/m68k/linux.mh: Remove solib.c, solib-svr4.c from NATDEPFILES.
* config/powerpc/linux.mh: ditto.
* config/ia64/linux.mh: ditto.
* config/i386/linux.mh: ditto.
* config/alpha/alpha-linux.mh: ditto.
* config/arm/linux.mh: ditto.
* config/m68k/linux.mt: Add solib.c, solib-svr4.c to TDEPFILES.
* config/powerpc/linux.mt: ditto.
* config/ia64/linux.mt: ditto.
* config/i386/linux.mt: ditto.
* config/alpha/alpha-linux.mt: ditto.
* config/arm/linux.mt: ditto.
2000-10-30 22:33:32 +00:00
Kazu Hirata
b041f888ac
2000-10-30 Kazu Hirata <kazu@hxi.com>
...
* expr.c: Fix formatting.
* flonum-copy.c: Likewise.
* flonum.h: Likewise.
* gasp.c: Likewise.
* hash.c: Likewise.
2000-10-30 21:59:01 +00:00
J.T. Conklin
8e1a459b89
* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,
...
mips-tdep.c, monitor.c, regcache.c, remote-es.c, ser-unix.c,
somread.c, tracepoint.c: Fix spelling errors in comments.
* gdbarch.c: Regenerate.
* gnu-nat.c (S_exception_raise_request): Fix typos and spelling
errors in strings.
* m3-nat.c (intercept_exec_calls, mach_thread_parse_id): Likewise.
* mcore-tdep.c (mcore_analyze_prologue): Likewise.
* mips-tdep.c (mips16_next_pc, _initialize_mips_tdep): Likewise.
* remote-e7000.c (e7000_start_remote): Likewise.
* remote-rdp.c (handle_swi): Likewise.
* remote-vx.c (vx_load_command): Likewise.
* sh-tdep.c (sh_do_pseudo_register): Likewise.
* sol-thread.c (td_err_string): Likewise.
* symtab.c (decode_line_2): Likewise.
-------------------------------------------------------------------
2000-10-30 21:50:58 +00:00
Michael Snyder
e8860ec2cf
2000-10-19 Josef Ezra <jezra@emc.com>
...
* ax-gdb.c (gen_struct_ref): while generating data code, cases of
"collect p1->p2->data" where not covered if p2 is a 'typedefed'
type. this simple fix should forward the type pointer to the real
type.
2000-10-30 21:15:56 +00:00
Nick Clifton
f9e0997d4c
Add noconfigure dirs for m68[hc]{11|12} targets.
2000-10-30 21:12:29 +00:00
Hans-Peter Nilsson
1308f14c97
* config/tc-sh.c (md_apply_fix): For ELF, do not "adjust back" VAL
...
for weak symbols.
2000-10-30 20:26:42 +00:00
Hans-Peter Nilsson
d8374dcd8a
* as.h (OPTION_MD_BASE): Bump to 190.
...
* as.c (parse_args) <std_longopts>: Add comment about the need to
check OPTION_MD_BASE in as.h.
2000-10-30 20:15:02 +00:00