Grace Sainsbury
a2c6a6d597
Fixed changelog entry. Indented m68k-tdep.c
2002-06-21 15:47:35 +00:00
Grace Sainsbury
7f8e742495
Replaced frame_find_saved_regs with frame_init_saved_regs. Converted
...
call dummy macros to multi-arch.
2002-06-21 14:56:18 +00:00
Pierre Muller
f461f5cf79
2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
...
* parse.c (parse_fprintf): New function used to avoid calls to
fprintf in bison parser generated debug code.
* parser-defs.h: Declaration of new parse_fprintf function.
* ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
Set YYDEBUG to 1 by default.
Set YYFPRINTF as parse_fprintf.
2002-06-21 14:32:10 +00:00
Michal Ludvig
19d833a2fa
* dwarf2cfi.c: Reindented.
2002-06-21 13:53:24 +00:00
Michal Ludvig
7f0c12ed44
2002-06-21 Michal Ludvig <mludvig@suse.cz>
...
* dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
encoding anymore.
(pointer_encoding, enum ptr_encoding): New.
(execute_cfa_program): Take care about pointer encoding.
(dwarf2_build_frame_info): Only call parse_frame_info for
.debug_frame and .eh_frame.
(parse_frame_info): New, derived from former dwarf2_build_frame_info.
fixed augmentation handling, added relative addressing,
ignore duplicate FDEs. Added comments.
2002-06-21 12:12:34 +00:00
Nick Clifton
7b77dec665
Set correct value for ADP_Stopped_RunTimeError
2002-06-21 06:58:36 +00:00
Alan Modra
6db7a0866c
* configure.in: Quote bu_cv_have_fopen64.
...
* configure: Regenerate.
2002-06-21 02:41:52 +00:00
Alan Modra
9710509e6b
* configure.in: Check for strcoll.
...
* configure: Regenerate.
* config.in: Regenerate.
* nm.c (main): Set locale for LC_COLLATE category.
(non_numeric_forward): Use strcoll if available.
2002-06-21 02:34:38 +00:00
Elena Zannoni
87c4a0399d
2002-06-20 Elena Zannoni <ezannoni@redhat.com>
...
* event-top.c (command_handler): Don't use space_at_cmd_start
unless there is sbrk() on the host. Assign time and space data
to union fields of the appropriate length.
2002-06-21 00:13:54 +00:00
gdbadmin
a2a75bff9f
*** empty log message ***
2002-06-21 00:00:38 +00:00
Alan Modra
256333c7ea
daily update
2002-06-21 00:00:08 +00:00
Dave Brolley
a9f0b5e7f0
2002-06-20 Dave Brolley <brolley@redhat.com>
...
* MAINTAINERS: Add self as fr30 and frv maintainer.
2002-06-20 19:55:10 +00:00
Nick Clifton
b553b18375
Update bug reporting guidelines
2002-06-20 14:44:10 +00:00
Nick Clifton
2755afbaec
Remove romp target
2002-06-20 14:10:38 +00:00
Michal Ludvig
1cf877ad9b
2002-06-20 Michal Ludvig <mludvig@suse.cz>
...
* x86-64-tdep.c (x86_64_register_nr2name): Rename to
x86_64_register_name. Return type changed to 'const char *'.
(x86_64_register_name2nr): Rename to x86_64_register_number.
(x86_64_gdbarch_init): Update to reflect the change.
* x86-64-tdep.h: Ditto.
* x86-64-linux-nat.c (x86_64_fxsave_offset)
(supply_fpregset): Ditto.
2002-06-20 13:08:12 +00:00
Andrew Cagney
3fadccb31d
* regcache.h: Update copyright.
...
(struct regcache, struct gdbarch): Add opaque declarations.
(current_regcache): Declare global variable.
(regcache_read, regcache_write): Add gdbarch parameter.
(regcache_save, regcache_save_no_passthrough)
(regcache_restore, regcache_restore_no_passthrough)
(regcache_dup, regcache_dup_no_passthrough)
(regcache_cpy, regcache_cpy_no_passthrough)
(deprecated_grub_regcache_for_registers)
(deprecated_grub_regcache_for_register_valid)
(regcache_valid_p): Add function declarations.
* regcache.c: Update copyright.
(regcache_descr_handle): New global variable.
(struct regcache_descr): Define.
(init_legacy_regcache_descr, init_regcache_descr): New functions.
(regcache_descr, xfree_regcache_descr): New functions.
(struct regcache): Define.
(regcache_xmalloc, regcache_xfree): New functions.
(regcache_cpy, regcache_cpy_no_passthrough): New functions.
(regcache_dup, regcache_dup_no_passthrough): New functions.
(regcache_valid_p, regcache_read_as_address): New functions.
(deprecated_grub_regcache_for_registers): New function.
(deprecated_grub_regcache_for_register_valid): New function.
(current_regcache): New global variable.
(register_buffer): Add regcache parameter. Update calls.
(regcache_read, regcache_write): Add regcache parameter. Rewrite.
(read_register_gen, write_register_gen): Update register_buffer
call. Test for legacy_p instead of gdbarch_register_read_p or
gdbarch_register_write_p.
(regcache_collect): Update register_buffer call.
(build_regcache): Rewrite. Use deprecated grub functions.
(regcache_save, regcache_save_no_passthrough): New functions.
(regcache_restore, regcache_restore_no_passthrough): New
functions.
(_initialize_regcache): Create the regcache_data_handle. Swap
current_regcache global variable.
* sh-tdep.c (sh_pseudo_register_read): Add current_regcache
parameter to regcache_read and regcache_write calls.
(sh4_register_read): Ditto.
(sh64_pseudo_register_read): Ditto.
(sh64_register_read): Ditto.
(sh_pseudo_register_write): Ditto.
(sh4_register_write): Ditto.
(sh64_pseudo_register_write): Ditto.
(sh64_register_write): Ditto.
* defs.h (XCALLOC): Define.
2002-06-20 03:13:51 +00:00
gdbadmin
e1820627dc
*** empty log message ***
2002-06-20 00:02:36 +00:00
Alan Modra
1ae9cf22fa
daily update
2002-06-20 00:00:05 +00:00
DJ Delorie
4d5fd3964d
* configure.in: replace ${topsrcdir} with ${srcdir}
2002-06-19 23:57:41 +00:00
DJ Delorie
8ee424c071
* configure.in: Move definition of libstdcxx_flags
...
right above usage, rather than waaay earlier.
2002-06-19 23:53:30 +00:00
DJ Delorie
a32d391c21
* configure.in: Rearrange a little.
2002-06-19 23:47:55 +00:00
DJ Delorie
c712250a7f
* configure.in: Pull definition of is_cross_compiler earlier.
2002-06-19 23:39:41 +00:00
DJ Delorie
9ee1a75cad
* configure.in: Rearrange a little.
2002-06-19 23:24:18 +00:00
DJ Delorie
e3b0c9363d
* configure.in: Remove references to librx.
...
* Makefile.in: Remove references to librx.
2002-06-19 23:07:26 +00:00
Grace Sainsbury
152d9db60b
Added functions for multi-arch.
2002-06-19 20:44:22 +00:00
DJ Delorie
b2bd228ec0
* configure.in: Eliminate ${gasdir} variable.
2002-06-19 17:39:26 +00:00
Daniel Jacobowitz
170911c766
2002-06-19 Daniel Jacobowitz <drow@mvista.com>
...
* ada-lang.c (fill_in_ada_prototype): Update comment.
2002-06-19 16:55:28 +00:00
Daniel Jacobowitz
2e4ebe70e5
2002-06-19 Daniel Jacobowitz <drow@mvista.com>
...
* mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
MIPS_ABI_LAST.
(mips_abi_string, mips_abi_strings): New.
(struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
(mips_gdbarch_init): Set tdep->found_abi. Don't set
tdep->mips_abi_string. Honor mips_abi_string. Default to
O32 if no ABI is found.
(mips_dump_tdep): Use mips_abi_strings.
(mips_abi_update): New function.
(_initialize_mips_tdep): Initialize mips_abi_string. Add
``set mips abi'' and ``show mips abi''. Check the size of
mips_abi_strings.
2002-06-19 16:48:47 +00:00
Andrew Cagney
1677590816
* i386-linux-tdep.c (i386_linux_register_name): Make return type
...
constant.
2002-06-19 14:59:47 +00:00
Joern Rennecke
7dd04abd82
Typo fixes in comment.
2002-06-19 14:31:07 +00:00
Joern Rennecke
5db33d76e1
* config/tc-sh.c (get_specific): Revert 2002-05-01 change.
...
(assemble_ppi): Generate warning if the same register is used
twice as destination in the same padd / pmuls instruction.
2002-06-19 14:28:09 +00:00
Nick Clifton
cc36acdfd5
If the target does not support an ELF style has table, return true, indicating
...
that nothing needed to be done, rather than false, indicating that the
section's size could not be computed.
2002-06-19 10:07:37 +00:00
Chris Demetriou
7d0a848ef9
2002-06-18 Chris Demetriou <cgd@broadcom.com>
...
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
section flags for SEC_DATA, rather than for SEC_CODE being unset.
2002-06-19 05:34:56 +00:00
H.J. Lu
33f5f53780
2002-06-18 H.J. Lu (hjl@gnu.org)
...
* nm.c: Include "elf/common.h".
(extended_symbol_info): Add elfinfo, a pointer to
elf_symbol_type.
(SYM_SIZE): Use elfinfo if it is not NULL.
(get_symbol_type): New function.
(display_archive): Set print_width for each archive member.
(display_file): Likewise.
(display_rel_file): Don't set print_width here.
(print_object_filename_sysv): Handle print_width.
(print_archive_member_sysv): Likewise.
(print_symbols): Pass (bfd_vma) 0 to print_symbol.
(print_symbol): Set the elfinfo field in extended_symbol_info
for ELF.
(print_object_filename_sysv): Fix the output format.
(print_symbol_info_sysv): Print type and section for ELF.
2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
* nm.c (print_size_symbols): Remove assignment, which makes
the symbol's size equal to its value when --size-sort is
used.
2002-06-19 03:07:04 +00:00
Chris Demetriou
8505f88407
2002-06-18 Chris Demetriou <cgd@broadcom.com>
...
* emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
format specifier used to print BFD name.
2002-06-19 01:52:52 +00:00
Chris Demetriou
e0350bfbf7
2002-06-18 Chris Demetriou <cgd@broadcom.com>
...
* ld-mips-elf/empic2-ref.s: Add a missing .end, apparently
turned up by recent assembler changes.
2002-06-19 01:48:10 +00:00
Joel Brobecker
5051bfa49e
Add entry describing a change to alpha-tdep.c (heuristic_proc_desc).
2002-06-19 01:13:01 +00:00
Joel Brobecker
dc1b0db2f2
* alpha-tdep.c (heuristic_proc_desc): Compute the size of the
...
current frame using only the first stack size adjustment. All
subsequent size adjustments are not considered to be part of
the "static" part of the current frame.
Compute the address of the saved registers relative to the
Frame Pointer ($fp) instead of the Stack Pointer if $fp is
in use in this frame.
2002-06-19 01:12:07 +00:00
gdbadmin
2736d49bb3
*** empty log message ***
2002-06-19 00:00:15 +00:00
Alan Modra
9d9a8108cc
daily update
2002-06-19 00:00:07 +00:00
Don Howard
56468235ec
2002-06-18 Don Howard <dhoward@redhat.com>
...
* valops.c (value_ind): Use value_at_lazy() when dereferencing
type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
suggesting this solution.
2002-06-18 23:41:02 +00:00
Andrew Cagney
0b62415850
* config/romp/xm-rtbsd.h: Delete file.
...
* config/romp/rtbsd.mh: Delete file.
2002-06-18 22:30:38 +00:00
Chris Demetriou
a2f8b4f350
2002-06-18 Chris Demetriou <cgd@broadcom.com>
...
* mdmx.c (SD_): Delete.
(Unpredictable): Re-define, for now, to directly invoke
unpredictable_action().
(mdmx_acc_op): Fix error in .ob immediate handling.
2002-06-18 22:15:03 +00:00
Keith Seitz
221ea38594
* breakpoint.c (condition_command): Post breakpoint_modify
...
when a condition is added to an existing breakpoint.
(commands_command): Likewise for commands.
(set_ignore_count): Likewise for ignore counts.
If no tty, do not simply return, still need to send event
notification.
(ignore_command): Only print a newline if the command came
from a tty.
Don't call breakpoints_changed, since this is now properly
handled by set_ignore_count.
2002-06-18 21:58:55 +00:00
Dave Brolley
7cd524839a
2002-06-18 Dave Brolley <brolley@redhat.com>
...
* configure.in: Add support for frv.
* config.sub: Add support for frv.
2002-06-18 21:34:27 +00:00
Andrew Cagney
b4b6c9398a
* interp.c (sim_firmware_command): Initialize `address'.
2002-06-18 21:32:15 +00:00
Dave Brolley
fd3c93d5a7
2002-06-18 Dave Brolley <brolley@redhat.com>
...
* po/POTFILES.in: Add frv-*.[ch].
* disassemble.c (ARCH_frv): New macro.
(disassembler): Handle bfd_arch_frv.
* configure.in: Support frv_bfd_arch.
* Makefile.am (HFILES): Add frv-*.h.
(CFILES): Add frv-*.c
(ALL_MACHINES): Add frv-*.lo.
(CLEANFILES): Add stamp-frv.
(FRV_DEPS): New variable.
(stamp-frv): New target.
(frv-asm.lo): New target.
(frv-desc.lo): New target.
(frv-dis.lo): New target.
(frv-ibld.lo): New target.
(frv-opc.lo): New target.
(frv-*.[ch]): New files.
2002-06-18 21:21:05 +00:00
Dave Brolley
7d553a408b
2002-06-18 Dave Brolley <brolley@redhat.com>
...
From Catherine Moore, Michael Meissner, Jim Blandy:
* emulparams/elf32frv.sh: New file.
* configure.tgt: Support frv-*-*.
* Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
(eelf32frv.c): New target.
2002-06-18 21:17:27 +00:00
Dave Brolley
e25dda9f41
2002-06-18 Dave Brolley <brolley@redhat.com>
...
From Catherine Moore:
* dis-asm.h (print_insn_frv): New prototype.
2002-06-18 21:16:32 +00:00
Dave Brolley
2b2c676079
2002-06-18 Dave Brolley <brolley@redhat.com>
...
From Catherine Moore, Michael Meissner, Dave Brolley:
* common.h (EM_CYGNUS_FRV): New macro.
* frv.h: New file.
2002-06-18 21:15:57 +00:00