aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-01 New interix-specific files:Joel Brobecker6-0/+611
* config/i386/nm-interix.h: New file. * config/i386/interix.mh: New file. * config/i386/interix.mt: New file. * i386-interix-nat.c: New file. * i386-interix-tdep.c: New file.
2002-11-012002-11-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney10-16/+36
* frame.h (deprecated_generic_get_saved_register): Rename generic_get_saved_register. * blockframe.c (deprecated_generic_get_saved_register): Update. * xstormy16-tdep.c (xstormy16_get_saved_register): Update. (xstormy16_frame_saved_register): Update. * sh-tdep.c (sh_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_get_saved_register): Update. * cris-tdep.c (cris_gdbarch_init): Update. * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update. * arm-tdep.c (arm_gdbarch_init): Update.
2002-11-012002-11-01 H.J. Lu <hjl@gnu.org>H.J. Lu4-0/+29
* gas/i386/i386.exp: Add "sub". * gas/i386/sub.d: New. * gas/i386/sub.s: New.
2002-11-01 * write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.Alan Modra3-7/+9
(TC_FORCE_RELOCATION_SUB_LOCAL): Likewise when DIFF_EXPR_OK. * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS): Document changed default.
2002-11-01 * dep-in.sed: Fix typo.Alan Modra2-1/+5
2002-11-01*** empty log message ***gdbadmin1-1/+1
2002-10-31 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.Daniel Jacobowitz2-5/+6
2002-10-31 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check forDaniel Jacobowitz2-5/+16
trampolines in sigaction.
2002-10-312002-10-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-36/+57
* h8300-tdep.c: Include "gdb_assert.h". (h8300_print_register): Add gdbarch, file and frame parameters. Use frame_read_unsigned_register to read the register's value. Use fprintf_filtered to display output. (h8300_print_registers_info): Replace h8300_do_registers_info. (h8300_gdbarch_init): Set print_registers_info.
2002-10-312002-10-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-0/+51
* frame.c (frame_read_unsigned_register): New function. (frame_read_signed_register): New function. * frame.h (frame_read_unsigned_register): Declare. (frame_read_signed_register): Declare.
2002-10-312002-10-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-6/+133
* h8500-tdep.c (h8500_print_registers_info): New static function, clone of infcmd.c's default_print_registers_info. (h8500_do_registers_info): New funtion. (h8500_print_register_hook): Rename print_register_hook, make static. * config/h8500/tm-h8500.h: Update copyright. (DEPRECATED_DO_REGISTERS_INFO): Define. (h8500_do_registers_info: Declare. (PRINT_REGISTER_HOOK): Delete macro. (print_register_hook): Delete function.
2002-10-312002-10-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-6/+130
* z8k-tdep.c (z8k_print_register_hook): Make static. (z8k_print_registers_info): New static function, clone of infcmd.c's default_print_registers_info. (z8k_do_registers_info): New function. Wrap z8k_print_registers_info. * config/z8k/tm-z8k.h: Update copyright. (PRINT_REGISTER_HOOK): Delete macro. (z8k_print_register_hook): Delete declaration. (DEPRECATED_DO_REGISTERS_INFO): Define. (z8k_do_registers_info): Declare.
2002-10-312002-10-31 David O'Brien <obrien@FreeBSD.org>David O'Brien2-1/+6
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix signed and unsigned in comparison. Approved by: Alan Modra <amodra@bigpond.net.au> Message-ID: <20021012185224.Y979@bubble.sa.bigpond.net.au>
2002-10-31*** empty log message ***gdbadmin1-1/+1
2002-10-30 * hppa-tdep.c (find_function_in_inferior): Remove this extern,Joel Brobecker2-4/+9
as this is already provided by value.h, and was actually causing a compilation error because of a conflict in parameter type declaration due to a missing const keyword. (low_text_segment_addres): Fix a compilation warning.
2002-10-30 * configure.in: Update ARM CPU patterns.Daniel Jacobowitz3-204/+184
* configure: Regenerated.
2002-10-30 * coffcode.h: Remove extraneous '\'.Daniel Jacobowitz2-1/+5
2002-10-30 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetchDaniel Jacobowitz2-0/+11
registers without a name. (mips_linux_cannot_store_register): Don't store registers without a name.
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz16-15/+34
* emultempl/beos.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/pe.em: Likewise. * ldctor.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldlex.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * lexsup.c: Likewise. * mri.c: Likewise. * pe-dll.c: Likewise.
2002-10-30 * itbl-lex.l: Use #include <> for generated headers.Daniel Jacobowitz3-2/+8
* itbl-ops.c: Likewise.
2002-10-30*** empty log message ***gdbadmin1-1/+1
2002-10-29daily updateAlan Modra1-1/+1
2002-10-29*** empty log message ***gdbadmin1-1/+1
2002-10-282002-10-28 H.J. Lu <hjl@gnu.org>H.J. Lu3-4/+11
* Makefile.am (targets.lo): Depend on Makefile instead of config.status. (archures.lo): Likewise. * Makefile.in: Regenerated.
2002-10-282002-10-28 David Carlton <carlton@math.stanford.edu>David Carlton3-95/+6
* symtab.c (find_addr_symbol): Delete. (It was already commented out.) * symtab.h: Delete prototype for find_addr_symbol.
2002-10-28 * doc/gasp.texi: Fix typo in deprecation note.Daniel Jacobowitz2-1/+5
2002-10-28*** empty log message ***gdbadmin1-1/+1
2002-10-27daily updateAlan Modra1-1/+1
2002-10-27merge from gccDJ Delorie3-2/+10
2002-10-27merge from gccDJ Delorie2-0/+8
2002-10-27*** empty log message ***gdbadmin1-1/+1
2002-10-26daily updateAlan Modra1-1/+1
2002-10-262002-10-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-66/+73
* gdbint.texinfo (Target Architecture Definition): Delete definition of DO_REGISTERS_INFO. 2002-10-26 Andrew Cagney <cagney@redhat.com> * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename DO_REGISTERS_INFO. gdbarch.h, gdbarch.c: Re-generate. * infcmd.c (default_print_registers_info): Update reference. * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info. (mips_dump_tdep): Do not print DO_REGISTERS_INFO. * sh-tdep.c (sh_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2002-10-26* x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info toMark Kettenis4-8/+6
cfi_init_extra_frame_info. * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype. * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
2002-10-26* x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386Mark Kettenis2-64/+75
target where necessary. Add more comments and remove the ones that don't provide any useful information.
2002-10-26* i386-tdep.c (i386_frame_saved_pc): Replace call toMark Kettenis2-2/+10
deprecated_read_register_dummy with frame_unwind_unsigned_register.
2002-10-26* i386-tdep.c (i386_extract_struct_value_address): UseMark Kettenis2-15/+13
regcache_raw_read_unsigned instead of regcache_cooked_read_unsigned since we know that the register we're reading isn't a pseudo register. Rename variable 'val' into the more descriptive 'addr'.
2002-10-26 * tuiIO.c (tui_prep_terminal): Save the prompt registered in readline.Stephane Carrez2-2/+17
(tui_redisplay_readline): Use the last saved prompt. (tui_rl_saved_prompt): New.
2002-10-26* x86-64-tdep.c: Fix some formatting problems, mostly in comments.Mark Kettenis2-34/+40
(x86_64_push_return_address): Add comment. (x86_64_pop_frame): Make static. (examine_argument): Clarify comment. (x86_64_skip_prologue): Make prolog_expact variable static.
2002-10-26* dwarf2cfi.c: Fix some formatting problems.Mark Kettenis2-48/+42
(context_cpy, read_encoded_pointer): Clarify comments.
2002-10-26* x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.Mark Kettenis2-41/+52
(x86_64_init_abi): Move set_gdbarch_* calls that overlap with the i386 target back into x86_64_gdbarch_init. Add some comments and remove meaningless ones.
2002-10-26* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,DJ Delorie3-4/+10
and restrap targets to this rule. * Makefile.in: Regenerate.
2002-10-26daily updateAlan Modra1-1/+1
2002-10-26*** empty log message ***gdbadmin1-1/+1
2002-10-252002-10-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney21-197/+227
* complaints.h (struct deprecated_complaint): Rename `struct complaint'. * complaints.c (complain): Update. * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete incorrect comment indicating that "symfile.h" was being included for the `struct complaint' definition. * remote-vx.c: Update. * objc-lang.c: Update. * xcoffread.c: Update. * hpread.c: Update. * mdebugread.c: Update. * stabsread.c: Update. * dwarf2read.c: Update. * dwarfread.c: Update. * elfread.c: Update. * coffread.c: Update. * stabsread.h: Update. * dbxread.c: Update. * buildsym.c: Update. * gdbtypes.c: Update. * macrotab.c: Update.
2002-10-25* x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar toMark Kettenis2-102/+75
the version in i386-tdep.c. Move set_gdbarch_* calls out into... (x86_64_init_abi): ...new function.
2002-10-25* config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): AddJason Thorpe2-2/+8
bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to targ_selvecs.
2002-10-25* Makefile.in (i386v-nat.o): Add $(i386_tdep_h).Mark Kettenis2-1/+2
2002-10-25 Fix PR gdb/787Stephane Carrez2-0/+25
* tuiWin.c (ACS_LRCORNER, ACS_LLCORNER, ACS_ULCORNER, ACS_URCORNER, ACS_HLINE, ACS_VLINE): Define if they don't exist.
2002-10-25 Fix PR gdb/478Stephane Carrez2-1/+6
* tuiIO.c (tui_initialize_io): Use setvbuf since this is portable.