Skip to content
Snippets Groups Projects
  1. May 10, 2005
  2. May 09, 2005
    • Andrew Cagney's avatar
      2005-05-09 Andrew Cagney <cagney@gnu.org> · fc1a4b47
      Andrew Cagney authored
      	Use gdb_byte in preference to bfd_byte.
      	* gdbarch.sh: Update.
      	* gdbarch.h, gdbarch.c: Re-generate.
      	* ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
      	* c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
      	* f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
      	* jv-valprint.c, language.c, language.h, m2-lang.c: Update.
      	* m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
      	* p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
      	* scm-lang.h, scm-valprint.c, target.c, target.h: Update.
      	* tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
      	* valprint.h, value.c, value.h: Update.
      fc1a4b47
    • Daniel Jacobowitz's avatar
      * Makefile.am: Use a temporary file to build chew. · dbdb27ec
      Daniel Jacobowitz authored
      	* Makefile.in: Regenerated.
      dbdb27ec
    • Mark Mitchell's avatar
      Fix typos in ChangeLog · 7de2c9aa
      Mark Mitchell authored
      7de2c9aa
    • Mark Kettenis's avatar
      * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset): · 8cc49c48
      Mark Kettenis authored
      Use `gdb_byte *' for regs.
      * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
      (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
      gdb_byte for buf.
      (vax_breakpoint_from_pc): Change return type to `const gdb_byte
      *'.  Use gdb_byte for break_insn.
      (vax_skip_prologue): Use gdb_byte for op.
      8cc49c48
    • Mark Kettenis's avatar
      * i387-tdep.c: Remove outdated comments. · 8142f7cb
      Mark Kettenis authored
      8142f7cb
    • Mark Mitchell's avatar
      * readline/aclocal.m4: Use AC_TRY_LINK to check for mbstate_t. · 430b7832
      Mark Mitchell authored
      	* readline/complete.c (pwd.h): Guard with HAVE_PWD_H.
      	(getpwent): Guard with HAVE_GETPWENT.
      	(rl_username_completion_function): Guard use of getpwent.
      	(endpwent): Likewise.
      	* readline/config.h.in (HAVE_FCNTL): New macro.
      	(HAVE_GETPWENT): Likewise.
      	(HAVE_GETPWNAM): Likewise.
      	(HAVE_GETPWUID): Likewise.
      	(HAVE_KILL): Likewise.
      	(HAVE_PWD_H): Likewise.
      	* readline/configure: Regenerated.
      	* readline/configure.in: Handle MinGW when cross compiling.  Check for
      	getpwnam, getpwent, getpwuid, kill, and pwd.h.
      	* readline/display.c (rl_clear_screen): Treat Windows like DOS.
      	(insert_some_chars): Likewise.
      	(delete_chars): Likewise.
      	* readline/shell.c (pwd.h): Guard with HAVE_PWD_H.
      	(getpwuid): Guard with HAVE_GETPWUID.
      	(sh_unset_nodelay_mode): Guard use of fnctl with HAVE_FNCTL_H.
      	* readline/signals.c (rl_signal_handler): Don't use SIGALRM or
      	SIGQUIT if not defined.  Use "raise" if "kill" is not available.
      	(rl_set_signals): Don't set handlers for SIGQUIT or SIGALRM if
      	they are not defined.
      	(rl_clear_signals): Likewise.
      	* readline/tilde.c (pwd.h): Guard with HAVE_PWD_H.
      	(getpwuid): Guard declaration with HAVE_GETPWUID.
      	(getpwnam): Guard declaration with HAVE_GETPWNAM.
      	(tilde_expand_word): Guard use of getpwnam with HAVE_GETPWNAM.
      430b7832
    • Mark Kettenis's avatar
      8b04f8b6
    • Jan Beulich's avatar
      gas/ · 34d9ee9e
      Jan Beulich authored
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* config/tc-i386.c (optimize_disp): Discard displacement entirely when zero and
      	not required by encoding constraints.
      
      gas/testsuite/
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* gas/i386/tlsd.[sd]: Adjust to not assume zero displacement will
      	actually be present in memory addressing.
      	* gas/i386/tlspic.[sd]: Likewise.
      34d9ee9e
    • H.J. Lu's avatar
      2005-05-09 H.J. Lu <hongjiu.lu@intel.com> · c9cd7160
      H.J. Lu authored
      	PR 936
      	* config/tc-sh64.c (sh64_fake_label): New.
      
      	* config/tc-sh64.h (TC_FAKE_LABEL): New.
      
      	* doc/internals.texi (TC_FAKE_LABEL): Document.
      
      	* write.c (TC_FAKE_LABEL): New.
      	(adjust_reloc_syms): Use it.
      	(write_object_file): Likewise.
      c9cd7160
    • Alan Modra's avatar
      * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_dotsym. · 433817dd
      Alan Modra authored
      	(ppc64_elf_add_symbol_hook): Set has_dotsym.
      	(ppc64_elf_check_directives): Only process syms when has_dotsym.
      	(func_desc_adjust): Hide fake function descriptors when function
      	code entry is defined.
      	(adjust_opd_syms): Adjust for deleted_section becoming union field.
      433817dd
    • Nick Clifton's avatar
      Update the address of the FSF · 44eb1801
      Nick Clifton authored
      44eb1801
    • Jan Beulich's avatar
      gas/ · e44823cf
      Jan Beulich authored
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* config/tc-i386.c (parse_insn): Disallow use of prefix separator
      	and comma in Intel mode.
      
      include/opcode/
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* i386.h (i386_optab): Add ht and hnt.
      e44823cf
    • Jan Beulich's avatar
      gas/ · 089dfecd
      Jan Beulich authored
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
      	names to match ABI. Add more registers for 32-bit and 64-bit modes.
      	Make name array static and const. Adjust lookup to account for NULL
      	entries (standing for unused register numbers).
      089dfecd
    • Jan Beulich's avatar
      gas/ · f41bbced
      Jan Beulich authored
      2005-05-09  Jan Beulich  <jbeulich@novell.com>
      
      	* config/tc-i386.c (parse_insn): Consider all matching instructions
      	when checking for string instruction after string-only prefix.
      f41bbced
    • Daniel Jacobowitz's avatar
      * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs · 979b38e0
      Daniel Jacobowitz authored
      	section like .plt.
      979b38e0
    • Alan Modra's avatar
    • Alan Modra's avatar
      daily update · a2b91067
      Alan Modra authored
      a2b91067
    • gdbadmin's avatar
      *** empty log message *** · f9925052
      gdbadmin authored
      f9925052
    • Dave Korn's avatar
      2005-05-08 Dave Korn <dave.korn@artimi.com> · 74cc7600
      Dave Korn authored
      	* coff-tic80.c:  Undefine _CONST after system headers to prevent
      	clash with tic80-specific definition in include/coff/tic80.h
      74cc7600
    • Mark Kettenis's avatar
      * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code): · 4252dc94
      Mark Kettenis authored
      Change type to `static const gdb_byte'.
      (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
      (i386_linux_sigcontext_addr): Use gdb_byte for buf.
      * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
      const gdb_byte'.
      (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
      gdb_byte for buf.
      * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
      (amd64fbsd_collect_uthread): Use gdb_byte for buf.
      4252dc94
  3. May 08, 2005
    • Mark Kettenis's avatar
      * config/ia64/nm-aix.h: Remove file. · d46bfb5c
      Mark Kettenis authored
      d46bfb5c
    • Mark Kettenis's avatar
      Fix typo. · e447028c
      Mark Kettenis authored
      e447028c
    • Mark Kettenis's avatar
      * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts. · d8de1ef7
      Mark Kettenis authored
      (amd64_push_arguments): Use gdb_byte instead of bfd_byte.  Use
      gdb_byte for buf.
      (amd64_push_dummy_call): Use gdb_byte for buf.
      (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
      (amd64_frame_cache, amd64_sigtramp_frame_cache)
      (amd64_unwind_dummy_id): Use gdb_byte for buf.
      (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
      regs.
      * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
      casts.
      (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
      *' for buf,
      d8de1ef7
    • Mark Kettenis's avatar
      * i386-tdep.c (i386_breakpoint_from_pc): Change return type to · 63c0089f
      Mark Kettenis authored
      `const gdb_byte *'.  Use gdb_byte for break_insn.
      (i386_follow_jump): Use gdb_byte for op.
      (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
      and op.
      (i386_skip_probe): Use gdb_byte for buf and op.
      (struct i386_insn): Use gdb_byte for insn and mask.
      (i386_match_insn, i386_analyze_frame_setup)
      (i386_analyze_register_saves): Use gdb_byte for op.
      (i386_skip_prologue): Use gdb_byte for pic_pat and op;
      (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
      (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
      buf.
      (i386_extract_return_value, i386_store_return_value): Use
      `bfd_byte *' instead of `void *' for valbuf argument.  Remove now
      redundant cast.
      (i386_pseudo_register_read, i386_pseudo_register_write): Use
      gdb_byte for mmx_buf.
      (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
      instead of `char *' for buf.
      (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
      instead of `char *' for regs.
      (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
      * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
      sigreturn and `gdb_byte *' for buf.
      (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
      (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
      for buf.
      * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
      63c0089f
    • Mark Kettenis's avatar
      b57b6c2e
    • Mark Kettenis's avatar
      * target.h (target_link): Remove prototype. · 9cedd1a6
      Mark Kettenis authored
      * target.c (target_link): Remove function.
      * symfile.c: Remove comment about rombug.
      9cedd1a6
    • Nick Clifton's avatar
      Update FSF address · b43b5d5f
      Nick Clifton authored
      b43b5d5f
    • H.J. Lu's avatar
      2005-05-08 H.J. Lu <hongjiu.lu@intel.com> · cfca085c
      H.J. Lu authored
      	PR 939
      	* elflink.c (elf_link_output_extsym): Use output_bfd if
      	h->root.u.def.section is bfd_abs_section_ptr when reporting
      	error.
      cfca085c
    • Bob Rossi's avatar
      Add the fullname_syntax testsuite variable. This allows GDB to make sure · 6006a3a1
      Bob Rossi authored
      that the MI fullname field is an absolute path, instead of just checking
      for .* or /.*
      6006a3a1
    • gdbadmin's avatar
      *** empty log message *** · c41aea10
      gdbadmin authored
      c41aea10
    • Alan Modra's avatar
      daily update · cd7feffd
      Alan Modra authored
      cd7feffd
Loading