summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bfd/Alan Modra2005-04-1220-1662/+1963
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * libcoff.h: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am: Run "make dep-am". (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command. (sysroff.o, defparse.o, deflex.o): Likewise. (nlmheader.o, rcparse.o, rclex.o): Likewise. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. gas/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ * Makefile.am: Run "make dep-am". (ldgram.o, ldlex.o, deffilep.o): Add -Wno-error to command. * Makefile.in: Regenerate. * config.in: Regenerate.
* *** empty log message ***gdbadmin2005-04-121-1/+1
|
* daily updateAlan Modra2005-04-121-1/+1
|
* * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.Bob Wilson2005-04-112-1/+6
|
* * gas/all/gas.exp: Don't run fastcall labels test onMark Kettenis2005-04-112-1/+6
| | | | i*86-*-openbsd*.
* * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.Mark Kettenis2005-04-112-1/+8
|
* 2005-04-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-114-6/+27
| | | | | | | | | | | * linker.c (_bfd_generic_link_output_symbols): Also check if the output section of an input section has been removed from the output file. * section.c (bfd_section_list_remove): Clear the next field of the removed section. (bfd_section_removed_from_list): New. * bfd-in2.h: Regenerated.
* 2005-04-11 David S. Miller <davem@davemloft.net>Jakub Jelinek2005-04-117-33/+57
| | | | | | | | | | | | | | | * elf32-sparc.c (elf32_sparc_relocate_section, R_SPARC_TLS_LDO_{HIX22,LOX10}): When not shared, transition to R_SPARC_TLS_LE_{HIX22,LOX10}. (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_HIX22): Only xor relocation with 0xffffffff if R_SPARC_TLS_LE_HIX22. (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_LOX10): Only or 0x1c00 into relocation if R_SPARC_TLS_LE_HIX22. * ld-sparc/tlssunbin32.dd: Update for TLS relocation fixes. * ld-sparc/tlssunbin32.rd: Likewise. * ld-sparc/tlssunbin32.sd: Likewise. * ld-sparc/tlssunpic32.dd: Likewise.
* merge from gccDJ Delorie2005-04-119-7/+172
|
* 2005-04-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-112-1/+5
| | | | * coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
* binutils/Jan Beulich2005-04-112-0/+5
| | | | | | 2005-04-11 Jan Beulich <jbeulich@novell.com> * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
* * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): IgnoreAlan Modra2005-04-112-0/+16
| | | | | as_needed libs that were not needed. (gld${EMULATION_NAME}_check_needed): Likewise.
* gdb/Daniel Jacobowitz2005-04-119-7/+21
| | | | | | | | | | | | | | | * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver. gdb/testsuite/ * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with gdb.server. * configure.ac: Likewise. * configure: Regenerated. * gdb.gdbserver/Makefile.in: Moved to... * gdb.server/Makefile.in: ... here. * gdb.gdbserver/server.c: Moved to... * gdb.server/server.c: ... here. * gdb.gdbserver/server-run.exp: Moved to... * gdb.server/server-run.exp: ... here.
* gas/Jan Beulich2005-04-119-71/+231
| | | | | | | | | | | | | | | | | | | | | | | | 2005-04-11 Jan Beulich <jbeulich@novell.com> * NEWS: Mention these changes and their effects. * macro.c (get_token): Use is_name_beginner/is_part_of_name/ is_name_ender. (check_macro): Likewise. (buffer_and_nest): Likewise. Permit multiple labels. Don't discard labels together with the closing pseudo-op. (macro_expand_body): Adjust comment. Range-check input before use. Adjust mis-spelled diagnostic. Use is_name_beginner. * read.c (try_macro): New. (read_a_source_file): New static variable last_eol. Don't list macro expansion lines more than once. Call try_macro. (s_macro): Set section of line_label to absolute instead of undefined. * doc/as.texinfo: Add information on the caveats of these changes. gas/testsuite/ 2005-04-11 Jan Beulich <jbeulich@novell.com> * gas/macros/dot.[ls]: New. * gas/macros/macros.exp: Run new test.
* Convert to ISO C90 formattingNick Clifton2005-04-1134-11542/+9139
|
* * symbols.c (symbol_X_add_number): Change return type to "offsetT *".Alan Modra2005-04-113-4/+9
| | | | * symbols.h (symbol_X_add_number): Update prototype.
* *** empty log message ***gdbadmin2005-04-111-1/+1
|
* daily updateAlan Modra2005-04-111-1/+1
|
* 2005-04-10 Eric Christopher <echristo@redhat.com>Eric Christopher2005-04-102-1/+5
| | | | * symbols.c (symbol_X_add_number): Fix warning.
* Update copyright years.Eli Zaretskii2005-04-101-2/+3
|
* * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 forMark Kettenis2005-04-102-3/+9
| | | | | floating-point registers. (ppc_collect_fpregset): Likewise. Fix collection of registers.
* 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-102-3/+8
| | | | | * config/tc-m68k.c (md_begin): Support 64bit host. (get_num): Support 64bit BFD on 32bit host.
* 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-102-2/+6
| | | | * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
* daily updateAlan Modra2005-04-101-1/+1
|
* *** empty log message ***gdbadmin2005-04-101-1/+1
|
* * gdb.texinfo (Print Settings): Document "set/show printEli Zaretskii2005-04-092-108/+541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pascal_static-members", "set print repeats", "show print null-stop". Improve indexing. Fix documentation of "set print union". (Pascal): New section. (Supported languages): Rename from "Support"; all references updated. Add a menu item for Pascal. (Numbers): Document "set radix. (Screen Size): Document "set/show pagination". (MIPS Embedded): Remove "set processor" documentation. (Remote configuration): Document "set/show X/P/Z-packet", "set/show read-aux-vector-packet", "set/show remote symbol-lookup-packet", "set/show remote verbose-resume-packet", "set/show remoteaddresssize", "set/show remotebaud", "set/show remotedebug", "set/show remotebreak", "set/show remotedevice", "set/show remotelogfile". (Auxiliary Vector): Add reference to the description of the read-aux-vector-packet setting. (Set Watchpoints): Add a cross-reference to "set remote hardware-breakpoint-limit". (General Query Packets): Add indexing of requests and cross-references to related commands in "Remote configuration". (File-I/O Overview, The system call): Fix wording and typos. (Thread Stops): Add index entries. (Continuing and Stepping): Document "show step-mode". (i386): New node. Document "set/show struct-convention". (Files): Document "show trust-readonly-sections". (Calling): Document "set/show unwindonsignal". (Messages/Warnings): Add index entries. (Maintenance Commands): Document "set/show watchdog". (Annotations Overview): Document "show annotate". (Set Watchpoints): Add index entries. (Symbols): Fix doc of case-sensitive. (ABI): Document "show coerce-float-to-double". (Convenience Vars, Help): Improve indexing. (Machine Code): Document "show disassembly-flavor". (Debugging C plus plus): Document "show overload-resolution". (Value History, Signaling): Add index entries. * gdb.texinfo (Show): Move @kindex entries to their proper places. (Processes): Fix wording. (History, List, Logging output, Define, Symbols, Print Settings): Improve indexing.
* * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"Mark Kettenis2005-04-093-4/+71
| | | | | | | | and "tramp-frame.h". (ppcobsd_sigtramp_cache_init): New function. (ppcobsd_sigtramp): New variable. (ppcobsd_init_abi): Prepend signal trampoline unwinder. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
* * read.c (assign_symbol): Remove const from parm. Fix xcallocAlan Modra2005-04-092-11/+16
| | | | | | call. Don't do the COFF hacks for multi-emulation gas. Move demand_empty_rest_of_line back to caller. (s_set, equals): demand_empty_rest_of_line here.
* PR gas/827Alan Modra2005-04-096-130/+149
| | | | | | | | | | | | | | | | | * as.h (rs_dummy): Define. * symbols.c (symbol_X_add_number): New function. * symbols.h (symbol_X_add_number): Declare. * stabs.c (aout_process_stab): Tidy symbol frag setting. * read.c (assign_symbol): New function, split out from s_set. Use symbol_find_or_make. Leave fr_type of dummy frag as rs_dummy. Fix COFF hacks for multi-emulation gas. (s_set): Call assign_symbol. Remove "register" keyword. (set_zero_frag): New function. (pseudo_set): Always check for assignment to section syms. Always set segment and frag of symbol, and likewise extern for aout/bout. Handle assignment of sym=sym+/-const specially. Don't special case exp.X_add_number non-zero for O_symbol expressions. (equals): Use assign_symbol.
* Dropping mi.Andrew Cagney2005-04-091-2/+0
|
* 2005-04-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-04-092-3/+5
| | | | | * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando Nasser have decided to step back from GDB/MI.
* daily updateAlan Modra2005-04-091-1/+1
|
* *** empty log message ***gdbadmin2005-04-091-1/+1
|
* * config/tc-xtensa.c (xtensa_create_xproperty_segments): SkipBob Wilson2005-04-082-3/+8
| | | | SEC_MERGE sections.
* gdb/testsuite/Daniel Jacobowitz2005-04-0811-176/+394
| | | | | | | | | | | | | | * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver. * configure.ac: Create gdb.gdbserver/Makefile. * configure: Regenerated. * lib/gdbserver-support.exp: New file, derived from config/gdbserver.exp. * config/gdbserver.exp: Use gdbserver-support.exp. * gdb.gdbserver/Makefile.in: New file. * gdb.gdbserver/server.c: New file. * gdb.gdbserver/server-run.exp: New file. gdb/ * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
* * dwarf2-frame.c (struct dwarf2_frame_cache): New fieldDaniel Jacobowitz2005-04-082-0/+18
| | | | | | | undefined_retaddr. (dwarf2_frame_cache): Initialize undefined_retaddr. (dwarf2_frame_this_id): Return an invalid frame ID if undefined_retaddr.
* 2005-04-08 Paul Brook <paul@codesourcery.com>Paul Brook2005-04-082-11/+63
| | | | | | | | | | * elf32-arm.c (ARM2THUMB_GLUE_SIZE): Rename... (ARM2THUMB_STATIC_GLUE_SIZE): ... to this. (ARM2THUMB_PIC_GLUE_SIZE): Define. (a2t1p_ldr_insn, a2t2p_add_pc_insn, a2t3p_bx_r12_insn): Add. (elf32_arm_to_thumb_stub): Create PIC stubs. (record_arm_to_thumb_glue): Use different stub size for relocatable images.
* daily updateAlan Modra2005-04-081-1/+1
|
* *** empty log message ***gdbadmin2005-04-081-1/+1
|
* Include ldexp.h and ldlang.h so that ldfile.h can use the lang_input_statementNick Clifton2005-04-072-0/+7
| | | | type.
* gas/H.J. Lu2005-04-075-0/+19
| | | | | | | | | | | | | | 2005-04-06 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (tc_gen_reloc): Don't turn BFD_RELOC_X86_64_32S into BFD_RELOC_32. gas/testsuite/ 2005-04-06 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/x86-64-pcrel.s: Test R_X86_64_32S. * gas/i386/x86-64-pcrel.d: Updated.
* *** empty log message ***gdbadmin2005-04-071-1/+1
|
* daily updateAlan Modra2005-04-071-1/+1
|
* test_compiler_info: Return compiler_info if no arguments are given.Paul Gilliam2005-04-062-0/+16
|
* Move construction of IA-32 vector types to i386-tdep.c.Jim Blandy2005-04-064-59/+100
| | | | | | | | | | | | | | | | | | | | | * gdbtypes.c (build_builtin_type_vec64i, build_builtin_type_vec128i): Delete functions. (builtin_type_vec64i, builtin_type_vec128i): Delete variables. (build_gdbtypes): Don't initialize them. (_initialize_gdbtypes): Don't register GDBARCH swap entries for them. * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete declarations. (builtin_type_v2_float, builtin_type_v2_int32, builtin_type_v4_int16, builtin_type_v8_int8, builtin_type_v2_double, builtin_type_v4_float, builtin_type_v2_int64, builtin_type_v4_int32, builtin_type_v8_int16, builtin_type_v16_int8): Add extern declarations. * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables. (i386_build_mmx_type, i386_build_sse_type): New functions. (i386_register_type): Call them, rather than referring to builtin_type_vec64i and builtin_type_vec128i.
* po/rw.po: New translation: KinyarwandaNick Clifton2005-04-068-4/+3687
| | | | configure.in (ALL_LINGUAS): Add rw
* 2005-04-06 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2005-04-064-67/+486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ldlang.c: Formatting. (walk_wild_consider_section): Remember return value from wildcardp. (is_simple_wild): Use strcspn instead of 2 strpbrk calls and strlen. (wild_spec_can_overlap): Use strcspn instead of strpbrk and strlen. 2005-04-06 Robert O'Callahan <rocallahan@novell.com> * ld.h (lean_section_userdata_type): Remove. (fat_section_userdata_type): Remove file field. (SECTION_USERDATA_SIZE): Remove. * ldlang.c (init_os): Eliminate initialization of unused lean_section_userdata_type. * ldlang.h (callback_t, walk_wild_section_handler_t): New typedefs. (struct lang_wild_statement_struct): Add walk_wild_section_handler and handler_data fields. * ldlang.c (callback_t): Removed. (walk_wild_consider_section, walk_wild_section_general, section_iterator_callback, find_section, is_simple_wild, match_simple_wild, walk_wild_section_specs1_wild0, walk_wild_section_specs1_wild1, walk_wild_section_specs2_wild1, walk_wild_section_specs3_wild2, walk_wild_section_specs4_wild2, wild_spec_can_overlap, analyze_walk_wild_section_handler): New functions. (lang_add_wild): Call analyze_walk_wild_section_handler. (walk_wild_section): Renamed to walk_wild_section_general and created a wrapper function. (section_iterator_callback_data): New typedef.
* 2005-04-06 Nick Clifton <nickc@redhat.com>H.J. Lu2005-04-063-118/+138
| | | | | | | | H.J. Lu <hongjiu.lu@intel.com> * po/rw.po: New translation: Kinyarwanda. * configure.in (ALL_LINGUAS): Add rw. * configure: Regenerate.
* 2005-04-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2005-04-063-478/+860
| | | | | | * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir. (TARGET_CONFIGARGS): Include --with-target-subdir. (configure, all): New macros. Use them throughout.
* *** empty log message ***gdbadmin2005-04-061-1/+1
|
OpenPOWER on IntegriCloud