Jim Blandy
f9aca02d5a
* dwarf2read.c (read_comp_unit, sibling_die, dump_die,
...
dump_die_list, store_in_ref_table, follow_die_ref): Make these
static; they're private functions.
2001-07-02 17:43:07 +00:00
Alan Modra
99a814a1cc
* config/tc-ppc.c: Formatting fixes.
2001-07-02 10:54:49 +00:00
gdbadmin
c233c2d21d
*** empty log message ***
2001-07-02 00:00:01 +00:00
Eli Zaretskii
42a076f06f
* coffread.c (coff_symfile_read): Parse DWARF2 info if present.
2001-07-01 10:04:58 +00:00
Nick Clifton
b811889fc5
Support DWARF 2.1 tags, encodings, languages.
2001-07-01 08:53:15 +00:00
Ben Elliston
bd59b34f1e
2001-07-01 Ben Elliston <bje@redhat.com>
...
* config/tc-m88k.c: Back out warning fixes from 2001-06-24, as
they cause some subtle breakage. Will fix them again later.
2001-07-01 06:36:43 +00:00
Ben Elliston
551b1d8931
* fix tabs in this change:
...
2001-06-28 Eric Christopher <echristo@redhat.com>
H.J. Lu <hjl@gnu.org>
2001-07-01 06:32:07 +00:00
Ben Elliston
013468bc3c
2001-07-01 Ben Elliston <bje@redhat.com>
...
* gas/m88k/allinsn.s: New file.
* gas/m88k/allinsn.d: Likewise.
* gas/m88k/m88k.exp: Test with allinsn.s also.
2001-07-01 06:16:55 +00:00
Geoffrey Keating
17f0ac8499
* cgen-ibld.in (insert_normal): Support CGEN_IFLD_SIGN_OPT.
2001-07-01 02:48:46 +00:00
gdbadmin
b9f83eaa83
*** empty log message ***
2001-07-01 00:00:02 +00:00
Nick Clifton
e237d851a4
Treat a .ln directive outside of a function as a .appline directive.
2001-06-30 10:09:40 +00:00
Nick Clifton
100bf25200
Remerge with gcc
2001-06-30 08:58:10 +00:00
Alan Modra
936e320bf4
* elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
...
instead of _bfd_elfcore_section_from_phdr.
* elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
* elf.c (_bfd_elfcore_section_from_phdr): Remove.
(_bfd_elfcore_make_pseudosection): Expedite tail-call.
(elfcore_grok_prstatus): Likewise.
(elfcore_grok_lwpstatus): Likewise.
(bfd_get_elf_phdr_upper_bound): Likewise.
(elfcore_make_note_pseudosection): Formatting.
(_bfd_elfcore_strndup): Formatting.
* elf32-mips.c (mips_elf_sym_is_global): Formatting.
(_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
2001-06-30 04:05:13 +00:00
Alan Modra
bb0082d686
* elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
...
and _bfd_elfcore_strndup.
(struct elf_backend_data): Add elf_backend_grok_prstatus
and elf_backend_grok_psinfo.
* elf.c (_bfd_elfcore_make_pseudosection): New function.
(elfcore_grok_prstatus): Use it.
(elfcore_make_note_pseudosection): Likewise.
(elfcore_strndup): Rename to...
(_bfd_elfcore_strndup): Here, and make global.
(elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
(elfcore_grok_note): Call elf_backend_grok_prstatus
and elf_backend_grok_psinfo if available.
* elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
(_bfd_elf32_mips_grok_psinfo): New function.
(elf_backend_grok_prstatus): Define.
(elf_backend_grok_psinfo): Define.
* elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
(elf_backend_grok_psinfo): Likewise.
(elfNN_bed): Include elf_backend_grok_prstatus and
elf_backend_grok_psinfo.
2001-06-30 03:15:46 +00:00
H.J. Lu
b64977c5ff
2001-06-29 H.J. Lu <hjl@gnu.org>
...
* elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
hplink->sgot is NULL before filling GOT. Checck if hplink->splt
is NULL before filling PLT.
2001-06-30 00:34:10 +00:00
gdbadmin
18ea51df51
*** empty log message ***
2001-06-30 00:00:02 +00:00
Eric Christopher
ec68c924f0
2001-06-28 Eric Christopher <echristo@redhat.com>
...
H.J. Lu <hjl@gnu.org>
* config/tc-mips.c (mips_arch): New. Use mips_arch instead
of mips_cpu for the ISA selection.
(md_longopts): Add OPTION_MARCH and OPTION_MTUNE.
(md_parse_option): Handle OPTION_MARCH and OPTION_MTUNE.
(mips_tune): New. Use mips_tune for scheduling and optimization
issues.
(append_insn): Use mips_tune and mips_arch.
(macro_build): Ditto.
(mips_ip): Ditto.
(md_begin): Handle mips_arch, mips_tune and mips_cpu. For
backwards compatability mips_cpu generates arch and tune.
(md_show_usage): Document new behavior.
* doc/c-mips.texi (MIPS Opts): Document -march and -mtune.
Deprecate -mcpu.
* NEWS: Update.
2001-06-28 Eric Christopher <echristo@redhat.com>
* gas/mips/usd.d: Change for march/mtune.
* gas/mips/ulh-xgot.d: Ditto.
* gas/mips/uld.d: Ditto.
* gas/mips/trunc.d: Ditto.
* gas/mips/rol.d: Ditto.
* gas/mips/nodelay.d: Ditto.
* gas/mips/mul.d: Ditto.
* gas/mips/mul-ilocks.d: Ditto.
* gas/mips/trap20.d: Ditto.
* gas/mips/mips4.d: Ditto.
* gas/mips/mips16.d: Ditto.
* gas/mips/lif-xgot.d: Ditto.
* gas/mips/lif-svr4pic.d: Ditto.
* gas/mips/ld-xgot.d: Ditto.
* gas/mips/ld-svr4pic.d: Ditto.
* gas/mips/ld-ilocks-addr32.d: Ditto.
* gas/mips/lb-xgot.d: Ditto.
* gas/mips/jal-xgot.d: Ditto.
* gas/mips/jal-svr4pic.d: Ditto.
* gas/mips/delay.d: Ditto.
* gas/mips/lb-xgot-ilocks.d: Ditto.
* gas/mips/div.d: Ditto.
* gas/mips/break20.d: Ditto.
* gas/mips/delay.d: Ditto.
* gas/mips/elf_e_flags3.d: Ditto.
* gas/mips/elf_e_flags4.d: Ditto.
* gas/mips/lineno.d: Ditto.
* gas/mips/mips16.d: Ditto.
* gas/mips/mips4.d: Ditto.
* gas/mips/mips4010.d: Ditto.
* gas/mips/mips4650.d: Ditto.
2001-06-29 21:27:43 +00:00
Elena Zannoni
7746781066
2001-06-28 Elena Zannoni <ezannoni@redhat.com>
...
* TODO: Add import of readline 4.2 as a gdb 5.2 task.
2001-06-29 20:32:48 +00:00
Andrew Cagney
83aa8bc680
* gdbint.texinfo (Target Architecture Definition): Update
...
EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
The latter has been changed to a true predicate.
2001-06-29 16:21:45 +00:00
Andrew Cagney
855931793f
Sort file.
2001-06-29 16:17:34 +00:00
Andrew Cagney
cde2d0fbc4
* config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
...
mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
2001-06-29 15:53:36 +00:00
Andreas Jaeger
37965979b4
2001-06-29 Andreas Jaeger <aj@suse.de>
...
* MAINTAINERS: Add myself to the write-after-approval list.
2001-06-29 15:13:03 +00:00
Nick Clifton
12ab83a9ae
Add DWARF 2.1 attributes
2001-06-29 14:17:31 +00:00
Alan Modra
e45bf86378
* elflink.h (elf_link_output_extsym): Revert 1999-04-10.
2001-06-29 07:00:33 +00:00
Andrew Cagney
a1337894c1
* remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
...
(get_hex_word): Don't use HOST_BYTE_ORDER.
(array_fetch_registers): Add variable ``reg''. Use
store_unsigned_integer to byte-swap the register. Delete unused
local ``regs''.
2001-06-29 04:41:20 +00:00
Andrew Cagney
aa8aac6823
Per Bothner as Java maintainer (joint).
2001-06-29 03:01:33 +00:00
Andrew Cagney
a80163397d
* rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
...
* rdi-share/hostchan.h (__unix): Hack, provide a default value.
* rdi-share/host.h (__unix): Hack, define when __NetBSD__.
* TODO: Update.
* MAINTAINERS: Update. arm-elf builds.
2001-06-29 01:19:23 +00:00
Geoffrey Keating
5e91c3b431
* cgen-asm.c (cgen_parse_keyword): Allow any first character.
...
* cgen-opc.c (cgen_keyword_add): Ignore special first
character when building nonalpha_chars field.
2001-06-29 00:09:16 +00:00
gdbadmin
461b96748f
*** empty log message ***
2001-06-29 00:00:02 +00:00
Jim Blandy
bf93dfed85
* d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
2001-06-28 23:12:18 +00:00
Jim Blandy
f5e1cf12f7
* d10v-tdep.c (10v_frame_chain_valid, d10v_use_struct_convention,
...
d10v_breakpoint_from_pc, d10v_register_byte,
d10v_register_raw_size, d10v_register_virtual_size,
d10v_register_virtual_type, d10v_register_convertible,
d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
d10v_store_struct_return, d10v_store_return_value,
d10v_extract_struct_value_address, d10v_frame_saved_pc,
d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
d10v_frame_chain, d10v_frame_init_saved_regs,
d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
d10v_push_return_address, d10v_push_arguments,
d10v_extract_return_value): Make these functions static.
2001-06-28 22:10:41 +00:00
Andrew Cagney
8afc772b05
* gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
...
of files to delete.
From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
* gdb.disasm/h8300s.exp: New file.
gdb.disasm/h8300s.s: Likewise.
2001-06-28 22:01:22 +00:00
Andrew Cagney
100a02e1de
From Fernando Nasser:
...
* infrun.c (handle_inferior_event): Handle "nexti" inside function
prologues.
2001-06-28 21:48:41 +00:00
Michael Snyder
80b34fabd3
2001-06-28 Michael Snyder <msnyder@redhat.com>
...
* infrun.c (handle_inferior_event): Replace prev_pc test in all
calls to bpstat_stop_status (removed in 1999-09-24). This test
helps distinguish stepping over a breakpoint trap from stepping
thru a jump to the instruction after a breakpoint trap.
(handle_inferior_event): Don't bother writing the PC if
DECR_PC_AFTER_BREAK is zero (optimization).
* breakpoint.c (bpstat_stop_status): Add comment explaining the
purpose and usage of the "not_a_breakpoint" argument in computing
the breakpoint address.
2001-06-28 21:34:03 +00:00
Andrew Cagney
1456ad8e67
From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
...
* monitor.c (setmem_resp_delim_pattern): New regexp pattern.
(setreg_resp_delim_pattern): Likewise.
(setmem_resp_delim_fastmap): New buffer.
(setreg_resp_delim_fastmap): Likewise.
(monitor_open): Initialize above regexp if they are defined.
(monitor_write_memory): Use regexp to check the result of write.
(monitor_store_register): Likewise to check result of register set.
2001-06-28 20:03:10 +00:00
Andrew Cagney
399371f6c0
From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
...
* coff-solib.c: Include symfile.h and objfiles.h to make
OBJF_SHARED visible.
2001-06-28 19:54:41 +00:00
Andrew Cagney
d6ba65f6c1
Some how this never got removed when ChangeLog was created :-(
2001-06-28 19:14:22 +00:00
Andrew Cagney
b0e2e90ab4
Build MI by default.
2001-06-28 19:04:10 +00:00
Alan Modra
a6e9f9dfd0
* readelf.c (GET_DATA_ALLOC): Remove.
...
(GET_DATA): Remove.
(get_data): New function combining above macros, with an extra
test for zero size.
Use get_data, and catch error return throughout file.
2001-06-28 13:58:36 +00:00
Joel Brobecker
ad98fdaf51
Add entry for change in solib-osf.c (osf_in_dynsym_resolve_code).
2001-06-28 10:38:12 +00:00
Joel Brobecker
b184b2876a
(osf_in_dynsym_resolve_code): Add a comment explaining the consequences of
...
always returning zero. No code change.
2001-06-28 10:36:19 +00:00
Andrew Cagney
49dd83ba17
From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
...
* defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
to TARGET_SIGNAL_REALTIME_127.
* target.c (struct signals): Add SIG63 to SIG127.
(target_signal_from_host): Handle up to 127 signals.
(do_target_signal_to_host): Likewise.
2001-06-28 04:31:36 +00:00
Andrew Cagney
29372230ea
* remote-sds.c (sds_start_remote): Change type of ``c'' to int
...
from possibly unsigned char.
2001-06-28 03:40:27 +00:00
Andrew Cagney
a196c81c19
Exterminate ser-ocd.c.
2001-06-28 03:33:26 +00:00
Andrew Cagney
f4c100a72c
Dan Berlin stepped down as C++ maintainer.
2001-06-28 02:40:39 +00:00
Andrew Cagney
e7745bde5c
Sort write after approval.
2001-06-28 02:37:02 +00:00
gdbadmin
64fc7bdd68
*** empty log message ***
2001-06-28 00:00:05 +00:00
Andrew Cagney
cff22675c6
For MI>0, output full breakpoint table header information. Output the
...
breakpoint table body as a list.
2001-06-27 17:27:08 +00:00
Nick Clifton
38b87a1b80
Do not set finalize_syms until after the segments have been sized.
...
Some backends may still need to access the syms's frags in order to
adjust relaxed frags.
2001-06-27 08:49:42 +00:00
Alan Modra
9f22353f5b
* emulparams/hppa64linux.sh: New file.
...
* configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
* Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
(ehppa64linux.c): Add rule to make it.
Run "make dep-am".
* Makefile.in: Regenerate.
2001-06-27 08:42:29 +00:00