aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-19*** empty log message ***gdbadmin1-1/+1
2003-08-19daily updateAlan Modra1-1/+1
2003-08-18Index: ChangeLogAndrew Cagney9-14/+110
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-182003-08-18 Andreas Schwab <schwab@suse.de>H.J. Lu2-1/+8
* libpei.h (bfd_pe_executable_p): Also recognize efi-app executables.
2003-08-18* NEWS (New native configurations): Mention FreeBSD/amd64.Mark Kettenis2-0/+8
2003-08-182003-08-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+9
* 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* x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.Mark Kettenis2-2/+6
2003-08-182003-08-18 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-0/+19
* 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*** empty log message ***gdbadmin1-1/+1
2003-08-18daily updateAlan Modra1-1/+1
2003-08-17* gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.Mark Kettenis3-2/+31
* gdb.arch/i386-prologue.c (gdb1338): Add function.
2003-08-17* i386-tdep.c (i386_analyze_register_saves): Handle register savesMark Kettenis2-15/+20
at the start of a frameless function. This probably fixes PR backtrace/1338.
2003-08-172003-08-17 Michael Chastain <mec@shout.net>Michael Chastain2-4/+4
* symfile.c (find_sym_fns): Remove special case for apollo target.
2003-08-17 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.Daniel Jacobowitz2-11/+151
(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 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.Daniel Jacobowitz2-0/+5
2003-08-17 * Makefile.in (i386-linux-nat.o): Update dependencies.Daniel Jacobowitz10-4/+251
* 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 * mi-var-display.exp (-var-list-children weird): Accept functionDaniel Jacobowitz4-3/+10
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 * gdb.base/annota3.exp: Add missing newline.Daniel Jacobowitz2-1/+5
2003-08-17 * simple.c (bfd_simple_get_relocated_section_contents): MoveHans-Peter Nilsson2-12/+32
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-17include/opcode/ChangeLog:Jason Eckhardt7-6/+41
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-172003-08-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-1567/+488
* gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code. * gdbarch.h, gdbarch.c: Re-generate.
2003-08-17daily updateAlan Modra1-1/+1
2003-08-17*** empty log message ***gdbadmin1-1/+1
2003-08-16* config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.Mark Kettenis2-2/+4
2003-08-16Really check this in now.Mark Kettenis1-1/+12
2003-08-162003-08-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-265/+19
* 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-16Oops, merge lost Makefile.in:printcmd.o part of change:Andrew Cagney1-0/+7
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-162003-08-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+11
* Makefile.in (printcmd.o, valprint.o): Do not try to build with -Werror. -Wformat-nonliteral problems.
2003-08-162003-08-15 Michael Chastain <mec@shout.net>Michael Chastain2-0/+14
* src-release (do-proto-toplev): Remove junk files dejagnu/example/calc/config.status, dejagnu/example/calc/config.log.
2003-08-16 * read.c (s_print): Check for NULL.Alan Modra2-53/+58
2003-08-16 * elf64-ppc.c: Don't include elf/ppc.h.Alan Modra2-1/+4
2003-08-16 * write.c (fixup_segment): When handling an expression involvingAlan Modra2-9/+9
the subtraction of two symbols in the same segment, don't clear fx_pcrel except for TC_M68K.
2003-08-16 * ld-mmix/bpo-9.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d: Adjust forHans-Peter Nilsson4-3/+5
recent objdump "Contents of ..." change.
2003-08-16daily updateAlan Modra1-1/+1
2003-08-16*** empty log message ***gdbadmin1-1/+1
2003-08-15 Further multiarching work mostly for hppa64-*-hpux11:Joel Brobecker7-244/+335
* hppa-tdep.h: New file. * hppa-tdep.c: #include hppa-tdep.c. (hppa32_num_regs): Renamed from hppa_num_regs. (hppa64_num_regs): New constant. (hppa64_call_dummy_breakpoint_offset): New constant. (hppa32_call_dummy_length): New constant. (hppa64_call_dummy_length): New constant. (hppa32_stack_align): Make name 32bit explicit. (hppa32_register_virtual_type): Likewise. (hppa32_extract_return_value): Likewise. (hppa32_use_struct_convention): Likewise. (hppa32_store_return_value): Likewise. (hppa64_register_virtual_type): New function. (hppa64_extract_return_value): New function. (hppa64_use_struct_convention): New function. (hppa64_store_return_value): New function. (hppa_frame_locals_address): Remove declaration, function does not exist anymore. (hppa_register_byte): Add support for PA64 ABI. (hppa_gdbarch_init): Add support for PA64 ABI. * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp): Make name 32bit explicit. (hppa32_hpux_frame_base_before_sigtramp): Likewise. (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise. (hppa64_hpux_frame_saved_pc_in_sigtramp): New function. (hppa64_hpux_frame_base_before_sigtramp): New function. (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function. * config/pa/tm-hppa64.h: Remove macros that are no longer necessary now that the gdbarch vector is properly setup. Transform some macros into function calls. Some minor cleanup. * config/pa/tm-hppah.h: Update function calls in macros following the function renaming in hppa-hpux-tdep.c. * Makefile.in (hppa_tdep_h): New variable. (hppa-tdep.o): Add dependency over hppa_tdep_h.
2003-08-15Add 'src-release'. 'src-release' was carved out of 'Makefile.in',Michael Chastain1-1/+1
so use the same policy for it.
2003-08-15* Makefile.am (GENSCRIPTS_EXTRA): New script definition which callsNick Clifton52-943/+1452
genscripts_extra.sh. Rearrange all msp430 depends using this script. * Makefile.in: Regenerate. * genscripts_extra.sh: New file: Similar to genscripts.sh, except that the script to be run to generate the emulations can be passed as an optional parameter instead of being computed from the emulation name. * emulparams/msp430all.sh: New file: Combine all msp430 subdevice definitions into one file. * emulparams/msp430x*.sh: Removed.
2003-08-15Put the keywords for the -z option into a table.Nick Clifton2-23/+66
Add more text describing what the -z now option does.
2003-08-15daily updateAlan Modra1-1/+1
2003-08-15*** empty log message ***gdbadmin1-1/+1
2003-08-142003-08-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+5
* disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
2003-08-14* config-ml.in, symlink-tree: Add license.DJ Delorie3-1/+56
2003-08-142003-08-06 Michael Chastain <mec@shout.net>Michael Chastain2-1/+31
* gdb.java/jmisc1.exp: Add test for pr gdb/1322.
2003-08-14Update regexp for destination address of unrelocated branch instructions soNick Clifton3-5/+11
that they point to themselves.
2003-08-14 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMICRichard Sandiford2-1/+6
code to work with 64-bit bfds.
2003-08-14 * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLERAlan Modra3-241/+29
code. * config/tc-i386.c: Likewise. (RELOC_ENUM): Don't define. Replace throughout with enum.
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra4-10/+15
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2003-08-14fix typoAlan Modra1-28/+28
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra8-8/+22
* Makefile.am (POTFILES.in): Unset LC_COLLATE. * Makefile.in: Regenerate.