aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-22 * ser-base.c (<sys/time.h>): Include.Mark Mitchell2-0/+5
2005-04-22* ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.Mark Kettenis2-0/+5
2005-04-22 * config/tc-xtensa.c (xg_get_build_instr_size): Remove.Bob Wilson2-103/+41
(xg_is_narrow_insn, xg_expand_narrow): Remove. Merge into... (xg_is_single_relaxable_insn): ...here. Add "targ" and "narrow_only" parameters. (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements, convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
2005-04-22* sparc-linux-tdep.c: Reorder includes. Tweak a few comments.Mark Kettenis1-4/+4
(LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1) (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove macros. (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode instructions. * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments. (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove macros. (sparc64_linux_rt_sigframe): Hardcode instructions. * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
2005-04-22* sparc-linux-tdep.c: Reorder includes. Tweak a few comments.Mark Kettenis3-66/+58
(LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1) (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove macros. (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode instructions. * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments. (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove macros. (sparc64_linux_rt_sigframe): Hardcode instructions. * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update dependencies.
2005-04-22* sparc-linux-tdep.c: Update copyright year.Mark Kettenis3-10/+31
(sparc32_linux_init_abi): Set skip_trampoline_code and solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size. Don't set software_single_step and don't call sparc32_sol2_init_abi. * sparc64-linux-tdep.c: Update copyright year. (sparc64_linux_init_abi): Set skip_trampoline_code and solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size. Don't set software_single_step and don't call sparc64_sol2_init_abi.
2005-04-22 * configure.in: Replace BFD_NEED_DECLARATION checks by theJerome Guitton6-216/+177
corresponding AC_CHECK_DECLS. * sysdep.h: Replace NEED_DECLARATION_* checks by the corresponding HAVE_DECL_*. * bfd.m4 (BFD_NEED_DECLARATION): Remove, obsolete. * configure: Regenerate. * config.in: Ditto.
2005-04-22 * gdb.texinfo (Remote configuration): Document "set/showEli Zaretskii2-0/+26
get-thread-local-storage-address". Add cross-reference to the description of the qGetTLSAddr packet. (General Query Packets): Mention "set remote get-thread-local-storage-address" and add a reference to its description.
2005-04-22 * remote-st.c (_initialize_remote_st2000): Remove the extraneousEli Zaretskii5-4/+15
"<command>" string from the call to add_com. * remote-sim.c (_initialize_remote_sim): Ditto. * remote-utils.c (_initialize_sr_support): Ditto. * remote-mips.c (_initialize_remote_mips): Ditto.
2005-04-222005-04-21 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-6/+18
* Makefile.am (INCLUDES): New. Add -D_GNU_SOURCE. (chew.o): Use it. * Makefile.in: Regenerate.
2005-04-22*** empty log message ***gdbadmin1-1/+1
2005-04-22daily updateAlan Modra1-1/+1
2005-04-21 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.David S. Miller4-320/+132
(sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames. (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p, sparc32_linux_sigtramp_frame_cache, sparc32_linux_sigtramp_frame_this_id, sparc32_linux_sigtramp_frame_prev_register, sparc32_linux_sigtramp_frame_unwind, sparc32_linux_sigtramp_frame_sniffer): Delete. (sparc32_linux_init_abi): Register new tramp unwinders. Kill register of old sigtramp sniffer. * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New function. (sparc64_linux_rt_sigframe): New tramp frame. (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p, sparc64_linux_sigtramp_frame_cache, sparc64_linux_sigtramp_frame_this_id, sparc64_linux_sigtramp_frame_prev_register, sparc64_linux_sigtramp_frame_unwind, sparc64_linux_sigtramp_frame_sniffer): Delete. (sparc64_linux_init_abi): Register new tramp unwinders. Kill register of old sigtramp sniffer. Makefile.in (sparc64-linux-tdep.o): Update dependencies. (sparc-linux-tdep.o): Likewise.
2005-04-21* ser-base.c: Include "gdb_string.h".Mark Kettenis2-0/+7
* Makefile.in (ser-base.o): Update dependencies.
2005-04-21 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]Christian Groessler2-1/+6
array.
2005-04-21 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): FixDavid S. Miller4-8/+208
signal return stub symbol names, __restore and __restore_rt are the i386 symbol names not the sparc ones. (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h as where the offsets were obtained from. * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): New defines. (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p, sparc64_linux_sigtramp_frame_cache, sparc64_linux_sigtramp_frame_this_id, sparc64_linux_sigtramp_frame_prev_register, sparc64_linux_sigtramp_frame_sniffer): New functions. (sparc64_linux_sigtramp_frame_unwind): New frame unwinder. (sparc64_linux_init_abi): Register sigtramp frame sniffer. * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
2005-04-21 * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): RemoveAndreas Schwab3-5/+8
unsigned from type of dynamic_interpreter. * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create): Remove casts again.
2005-04-21 * elf.c (assign_section_numbers): Fix comment.Andreas Schwab2-1/+5
2005-04-21 * som.c (som_bfd_print_private_bfd_data): Add explicit cast to longJerome Guitton2-10/+19
for struct som_exec_auxhdr fields.
2005-04-21Update to ISO-C90 and fix formattingNick Clifton34-7067/+5624
2005-04-21 * configure.ac: On MinGW, define USE_WIN32API and link withMark Mitchell10-208/+347
-lws2_32. * ser-tcp.c (<winsock2.h>): Include, for Windows. (ETIMEDOUT): Define, for Windows. (ioctl): Likewise. (closesocket): Define, for POSIX. (net_open): Adjust for differences in socket functions between Windows and UNIX. (net_close): Likweise. (net_read_prim): New function. (net_write_prim): Likewise. (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and write_prim. * ser-unix.h (ser_unix_readcchar): Remove. (ser_unix_read_prim): Declare. (ser_unix_write_prim): Likewise. * ser-unix.c (generic_readchar): Move to ser-base.c. (ser_unix_wait_for): Likewise. (do_unix_readchar): Likewise. (ser_unix_readchar): Likewise. (_initialize_ser_hardwire): Initialize read_prim and write_prim. (ser_unix_read_prim): New function. (ser_unix_write_prim): Likewise. * ser-base.h (generic_readchar): Declare. (ser_base_readchar): Likewise. * ser-base.c (<winsock2.h>): Include, for windows. (fd_event): Use the read primitive specified by the serial interface. (ser_base_wait_for): Moved from ser-unix.c (do_ser_base_read_char): Likewise. (generic_readchar): Likewise. (ser_base_readchar): Likewise. (ser_base_write): Use the write primitive specified by the serial interface. * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not ser_unix_readchar. Initialize read_prim and write_prim. * serial.c (struct serial_ops): Add read_prim and write_prim. * configure: Regenerate.
2005-04-21daily updateAlan Modra1-1/+1
2005-04-21*** empty log message ***gdbadmin1-1/+1
2005-04-20added missing header file #include "libiberty.h" to psim.cManoj Iyer1-0/+1
2005-04-20 Manoj Iyer <manjo@austin.ibm.com> * psim.c: Added libiberty.h header file.
2005-04-20added missing header file libiberty.h to psim.cManoj Iyer1-0/+4
2005-04-20Insert a blank like after headerManoj Iyer1-0/+1
2005-04-20Inserting a blank line to changelogManoj Iyer1-0/+1
2005-04-20 * readelf.c (display_debug_frames): Use data factor forDaniel Jacobowitz2-0/+7
DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
2005-04-20 * elfxx-sparc.c (sparc_elf_r_symndx_64): Fix compiler warning.David S. Miller2-4/+13
(_bfd_sparc_elf_link_hash_table_create): Likewise. (allocate_dynrelocs): Likewise.
2005-04-202005-04-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu14-26/+31
* config/obj-aout.h (S_IS_EXTERN): Removed. * config/obj-bout.h (S_IS_EXTERN): Likewise. * config/obj-coff.h (S_IS_EXTERN): Likewise. * symbols.c (S_IS_EXTERN): Likewise. * symbols.h (S_IS_EXTERN): Likewise. * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with S_IS_EXTERNAL. * config/tc-d10v.c (md_apply_fix3): Likewise. * config/tc-ia64.c (ia64_fix_adjustable): Likewise. * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise. * config/tc-m32r.c (m32r_fix_adjustable): Likewise. * config/tc-mmix.c (mmix_adjust_symtab): Likewise. * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise. (shmedia_md_convert_frag): Likewise. * symbols.c (print_symbol_value_1): Likewise. * write.c (write_object_file): Likewise.
2005-04-20(get_aligned_diff): Change type of branch_align to offsetT so that itsNick Clifton2-1/+5
signedness matches that of target_size.
2005-04-20unsigned32 and unsigned64 is multiply defined in sim-types.h.Manoj Iyer2-5/+9
2005-04-20 Manoj Iyer <manjo@austin.ibm.com> * sim-types.h: Changed unsigned32 and unsigned64 to signed32 and signed64 for __ALPHA__.
2005-04-20 * configure.in: Fix the check for basename declaration. Add checkJerome Guitton5-3/+342
for declarations of ftello, ftello64, fseeko, fseeko64. * configure: Regenerate. * config.in: Ditto. * sysdep.h: If needed, declare ftello, ftello64, fseeko, fseeko64.
2005-04-20Use HAVE_LONG_LONG to check if compiler supports long long instead of using ↵Manoj Iyer5-341/+418
__GNU__. 2005-04-18 Manoj Iyer <manjo@austin.ibm.com> * configure.ac: Added check for long long. * config.in: Regenerated. * configure: Regenerated. * words.h: Modified logic to check for HAVE_LONG_LONG instead of __GNUC__, added config.h header file.
2005-04-20(macro): Use sprintf_vma to convert a > 32 bit number into a readable string.Nick Clifton2-9/+22
(load_register): Likewise.
2005-04-20 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.Andreas Schwab2-0/+10
2005-04-20gas/testsuite/Jan Beulich3-5/+10
2005-04-20 Jan Beulich <jbeulich@novell.com> * gas/elf/struct.s: Adjust to not get into alignment issues. * gas/elf/struct.d: Adjust for the above and the test's name.
2005-04-20daily updateAlan Modra1-1/+1
2005-04-20*** empty log message ***gdbadmin1-1/+1
2005-04-192005-04-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+9
* objdump.c (dump_section_header): Skip linker created section.
2005-04-19 * elfxx-sparc.c: New file.David S. Miller8-6986/+4050
* elfxx-sparc.h: New file. * Makefile.in (BFD32_BACKENDS): Add elfxx-sparc.lo (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c (elfxx-sparc.lo): New rule. (elf32-sparc.lo): Add elfxx-sparc.h dependency. (elf64-sparc.lo): Likewise. * configure.in (bfd_elf32_sparc_vec): Add elfxx-sparc.lo (bfd_elf64_sparc_vec): Likewise. * configure: Regenerate. * elf32-sparc.c: Remove common code now in elfxx-sparc.c * elf64-sparc.c: Likewise, also use elf64_sparc_*() naming which is more consistent with elf32-sparc.c
2005-04-19 * config/tc-sparc.c (md_assemble): If sparc_ip gives us aDavid S. Miller2-4/+13
NULL insn, exit early. Remove now spurious NULL checks. (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn to NULL and exit.
2005-04-19merge from gccDJ Delorie7-30/+36
2005-04-19 * elfxx-mips.c (struct mips_elf_link_hash_entry): Update comment.Daniel Jacobowitz2-2/+8
(mips_elf_create_local_got_entry): Check h->root.forced_local.
2005-04-192005-04-19 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-12/+16
* gas/i386/padlock.d: Updated.
2005-04-19gas/Jan Beulich12-61/+34
2005-04-19 Jan Beulich <jbeulich@novell.com> * symbols.h (symbol_find_base): Remove prototype. * symbols.c (save_symbol_name): Remove code section conditional upon STRIP_UNDERSCORE. (symbol_find): Remove. (symbol_find_base): Rename to symbol_find. * subsegs.c (section_symbol): Replace use of symbol_find_base with symbol_find. * config/obj-coff.c (tag_insert): Remove code section conditional upon STRIP_UNDERSCORE. (obj_coff_def): Likewise. (obj_coff_endef): Replace use of symbol_find_base with symbol_find. (coff_frob_symbol): Likewise. (yank_symbols): Likewise. (c_section_symbol): Likewise. * config/obj-coff.h (DO_NOT_STRIP): Remove. * config/tc-arm.c (symbol_locate): Remove code section conditional upon STRIP_UNDERSCORE. * config/tc-h8300.h (DO_NOT_STRIP): Remove. * config/tc-h8500.h (DO_NOT_STRIP): Remove. * config/tc-sh.h (DO_NOT_STRIP): Remove. * config/tc-w65.h (DO_NOT_STRIP): Remove. * config/tc-z8k.h (DO_NOT_STRIP): Remove.
2005-04-19 * config/tc-ia64.c (md_assemble): Fix error message for wrongAndreas Schwab4-124/+133
access to application registers. testsuite/: * gas/ia64/invalid-ar.l: Adapt to changed error message.
2005-04-19gas/Jan Beulich4-8/+7
2005-04-19 Jan Beulich <jbeulich@novell.com> * config/te-sysv32.h: Remove. * Makefile.am (TARG_ENV_HFILES): Remove reference to config/te-sysv32.h. * Makefile.in (TARG_ENV_HFILES): Likewise.
2005-04-19gas/Jan Beulich2-2/+6
2005-04-19 Jan Beulich <jbeulich@novell.com> PR/847 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero- length symbols.
2005-04-19 * c-lang.c (c_create_fundamental_type): Comment fix.Ben Elliston2-1/+5