Nick Clifton
3673a93e66
Updated translations
2003-08-21 13:52:58 +00:00
Nick Clifton
6d9ab561ef
(mbtoh): Replace input parameter to u-media-dual-expand and u-media-dual-btoh
...
with output parameter.
(cmbtoh): Add profiling hack.
2003-08-21 13:37:01 +00:00
Geoffrey Keating
d2cc0e0dd3
Merge configure.in, configure with GCC.
2003-08-21 02:21:21 +00:00
Michael Snyder
6df2bf5047
2003-08-20 Michael Snyder <msnyder@redhat.com>
...
* sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
* sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
argument passing.
(sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
functions, replace sh_push_dummy_call.
(sh_gdbarch_init): Set push_dummy_call to one of new methods.
2003-08-21 00:01:31 +00:00
gdbadmin
49d481ae28
*** empty log message ***
2003-08-21 00:00:32 +00:00
Alan Modra
9a0b3ef03e
daily update
2003-08-21 00:00:05 +00:00
Michael Chastain
0955bbf0c0
2003-08-20 Michael Chastain <mec@shout.net>
...
* gdbtypes.h (struct main_type): Rearrange to save space.
2003-08-20 23:00:06 +00:00
Michael Snyder
260a4188fe
2003-08-20 Michael Snyder <msnyder@redhat.com>
...
* trad-frame.c: Comment typo fix.
2003-08-20 22:30:17 +00:00
Kevin Buettner
8baa6f9257
* frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
...
(frv_frame_init_saved_regs): Add declaration.
(frame_extra_info): Add new field ``saved_regs''.
(frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
(frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
Update frame related code.
(frv_extract_struct_value_address): Adjust formatting.
* Makefile.in (frv-tdep.o): Update dependencies.
* config/frv/tm-frv.h (target_insert_watchpoint)
(target_remove_watchpoint, target_insert_hw_breakpoint)
(target_remove_hw_breakpoint): Delete these macros.
(remote_insert_watchpoint, remote_remove_watchpoint)
(remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
these declarations.
2003-08-20 20:22:41 +00:00
Michael Chastain
8719393994
2003-08-20 Michael Chastain <mec@shout.net>
...
* defs.h (ENUM_BITFIELD): New macro.
* symtab.h (ENUM_BITFIELD): Use it.
(BYTE_BITFIELD): Remove old macro, which was already disabled.
2003-08-20 17:39:18 +00:00
Nick Clifton
741a7751ad
Fix spelling typo.
2003-08-20 15:40:02 +00:00
Richard Sandiford
427b80f4a9
* elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
2003-08-20 13:53:42 +00:00
Nick Clifton
560e09e9cc
Better handking for unresolved symbols
2003-08-20 08:37:19 +00:00
Geoffrey Keating
04d1ab347d
* configure.in: Disable libgcj for darwin not on powerpc.
...
* configure: Rebuild.
2003-08-20 00:51:25 +00:00
Alan Modra
8a9cddf46f
daily update
2003-08-20 00:00:04 +00:00
gdbadmin
c436e3bdec
*** empty log message ***
2003-08-20 00:00:02 +00:00
Alan Modra
55257f50c0
* config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and
...
PPC_OPCODE_RFMCI to -m440 selected ppc_cpu.
2003-08-19 15:48:53 +00:00
Nick Clifton
f02232aaa3
Add support for unindexed form of Addressing Mode 5
2003-08-19 13:05:42 +00:00
Shrinivas Atre
062103babe
2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
...
* MAINTAINERS (write after approval): Add myself.
2003-08-19 09:55:59 +00:00
Alan Modra
3d8aea2f47
* config/tc-ppc.c (md_parse_option): Handle -m440.
...
(md_apply_fix3): Warning fix.
(md_show_usage): Add -m440.
* doc/c-ppc.texi: Document -m440.
2003-08-19 07:09:44 +00:00
Alan Modra
7d5b217e2c
* ppc-opc.c (PPC440): Define.
...
(powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci,
icread instructions when PPC440. Add dlmzb instruction.
2003-08-19 07:09:10 +00:00
Alan Modra
68d23d2157
* ppc.h (PPC_OPCODE_440): Define. Formatting. Use hex for other
...
PPC_OPCODE_* defines.
2003-08-19 07:08:20 +00:00
gdbadmin
f7d7447293
*** empty log message ***
2003-08-19 00:00:31 +00:00
Alan Modra
9424b17afa
daily update
2003-08-19 00:00:06 +00:00
Andrew Cagney
8b148df9ac
Index: ChangeLog
...
2003-08-18 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
* gdbarch.h, gdbarch.c: Re-generate.
* infcall.c (call_function_by_hand): Adjust the SP by
frame_red_zone_size before allocating any stack space.
* rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
* x86-64-tdep.c (x86_64_frame_align): New function.
(x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
* x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
Remove code adjusting SP so that it skips over the Red Zone.
Index: doc/ChangeLog
2003-08-18 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Document
"frame_red_zone_size".
2003-08-18 20:04:56 +00:00
H.J. Lu
4091ea4e21
2003-08-18 Andreas Schwab <schwab@suse.de>
...
* libpei.h (bfd_pe_executable_p): Also recognize efi-app
executables.
2003-08-18 18:26:56 +00:00
Mark Kettenis
954a4db8ea
* NEWS (New native configurations): Mention FreeBSD/amd64.
2003-08-18 18:20:19 +00:00
Andrew Cagney
1a2415489f
2003-08-18 Andrew Cagney <cagney@redhat.com>
...
* m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
"dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
"m68k_frame_p".
(m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
2003-08-18 17:35:16 +00:00
Mark Kettenis
f82b2acd90
* x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
2003-08-18 17:33:26 +00:00
Michal Ludvig
4056d25828
2003-08-18 Michal Ludvig <mludvig@suse.cz>
...
* config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
Define.
* i386-linux-nat.c: Include "linux-nat.h".
(child_post_startup_inferior): New function.
2003-08-18 13:42:13 +00:00
gdbadmin
6785ad22dd
*** empty log message ***
2003-08-18 00:00:32 +00:00
Alan Modra
91a2fd1fbe
daily update
2003-08-18 00:00:06 +00:00
Mark Kettenis
c945b932a4
* gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
...
* gdb.arch/i386-prologue.c (gdb1338): Add function.
2003-08-17 23:18:31 +00:00
Mark Kettenis
99ab4326f1
* i386-tdep.c (i386_analyze_register_saves): Handle register saves
...
at the start of a frameless function. This probably fixes PR
backtrace/1338.
2003-08-17 23:16:44 +00:00
Michael Chastain
c8d5f0d664
2003-08-17 Michael Chastain <mec@shout.net>
...
* symfile.c (find_sym_fns): Remove special case for apollo target.
2003-08-17 22:33:08 +00:00
Daniel Jacobowitz
9016a515a3
* linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
...
(PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
(linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
(linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
(linux_supports_tracevforkdone): New function.
(linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
TRACEVFORKDONE.
(child_follow_fork): Handle vfork.
(linux_handle_extended_wait): Likewise. Also handle exec.
(child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
* NEWS: Mention fork tracing.
2003-08-17 20:17:02 +00:00
Daniel Jacobowitz
c538c11c48
* lin-lwp.c (child_wait): Call linux_record_stopped_pid.
2003-08-17 18:52:59 +00:00
Daniel Jacobowitz
4de4c07c6b
* Makefile.in (i386-linux-nat.o): Update dependencies.
...
* config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
* config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
(CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
* i386-linux-nat.c: Include "linux-nat.h".
(child_post_startup_inferior): New function.
* i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
* infptrace.c (kill_inferior): Wrap in #ifdef.
* lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
attaching to each LWP.
(child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
(init_lin_lwp_ops): Fill in some more operations.
* linux-nat.h (linux_enable_event_reporting)
(linux_handle_extended_wait, linux_child_post_startup_inferior): New
prototypes.
* linux-nat.c (linux_enable_event_reporting): New function.
(child_post_attach, linux_child_post_startup_inferior)
(child_post_startup_inferior, child_follow_fork)
(linux_handle_extended_wait, kill_inferior): New functions.
2003-08-17 18:22:25 +00:00
Daniel Jacobowitz
2b66634bab
* mi-var-display.exp (-var-list-children weird): Accept function
...
pointers with argument types.
* mi1-var-display.exp (-var-list-children weird): Likewise.
* mi2-var-display.exp (-var-list-children weird): Likewise.
2003-08-17 17:23:13 +00:00
Daniel Jacobowitz
a356f73bbf
* gdb.base/annota3.exp: Add missing newline.
2003-08-17 16:50:59 +00:00
Hans-Peter Nilsson
b0cdc7bcb0
* simple.c (bfd_simple_get_relocated_section_contents): Move
...
reloc_done hack to before first bfd_section_size call. Change all
returns to use new wrapper macro RETURN, restoring sec->reloc_done.
2003-08-17 07:37:33 +00:00
Jason Eckhardt
be6389fdef
include/opcode/ChangeLog:
...
2003-08-16 Jason Eckhardt <jle@rice.edu>
* i860.h (fmov.ds): Expand as famov.ds.
(fmov.sd): Expand as famov.sd.
(pfmov.ds): Expand as pfamov.ds.
gas/testsuite/ChangeLog:
2003-08-16 Jason Eckhardt <jle@rice.edu>
* gas/i860/pseudo-ops01.{s,d}: New files.
* gas/i860/i860.exp: Execute the new test above.
* gas/i860/README.i860: Mention that pseudo-ops need more testing
and remove the align fill defect from the list.
2003-08-17 03:16:23 +00:00
Andrew Cagney
7996bcec1c
2003-08-16 Andrew Cagney <cagney@redhat.com>
...
* gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
* gdbarch.h, gdbarch.c: Re-generate.
2003-08-17 01:06:47 +00:00
Alan Modra
95173cb290
daily update
2003-08-17 00:00:06 +00:00
gdbadmin
7ce11a6b2d
*** empty log message ***
2003-08-17 00:00:01 +00:00
Mark Kettenis
3d48a7a0f9
* config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
2003-08-16 18:57:37 +00:00
Mark Kettenis
de0b6abbe5
Really check this in now.
2003-08-16 18:52:43 +00:00
Andrew Cagney
7989c619f9
2003-08-16 Andrew Cagney <cagney@redhat.com>
...
* NEWS: Mention that "set prompt-escape-char" was deleted.
* top.c (get_prompt_1): Delete function.
(gdb_prompt_escape):
(init_main): Do not clear "gdb_prompt_escape". Delete "set
prompt-escape-char" command.
(MAX_PROMPT_SIZE): Delete macro.
(get_prompt): Simplify, do not call get_prompt_1.
2003-08-16 18:38:46 +00:00
Andrew Cagney
4677b45628
Oops, merge lost Makefile.in:printcmd.o part of change:
...
2003-08-16 Andrew Cagney <cagney@redhat.com>
* Makefile.in (printcmd.o, valprint.o): Do not try to build with
-Werror. -Wformat-nonliteral problems.
2003-08-16 17:49:12 +00:00
Andrew Cagney
07978cd823
2003-08-16 Andrew Cagney <cagney@redhat.com>
...
* Makefile.in (printcmd.o, valprint.o): Do not try to build with
-Werror. -Wformat-nonliteral problems.
2003-08-16 17:44:51 +00:00