aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-24improve documenation about auto-importNick Clifton2-3/+20
2001-09-24Define and use pe_get_data_import_dll_name().Nick Clifton3-5/+33
2001-09-24fix compile time warning messagesNick Clifton3-5/+13
2001-09-242001-09-24 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-1/+6
* cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1 from correct register.
2001-09-24 * nlmconv.c: Fix warnings about unused attributes and functionAndreas Jaeger3-10/+19
prototypes. * strings.c: Add prototype for get_char.
2001-09-24 * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra17-86/+115
reloc rather than just the type. (_bfd_elf_reloc_type_class): Likewise. * elf.c (_bfd_elf_reloc_type_class): Likewise. * elf32-arm.h (elf32_arm_reloc_type_class): Likewise. * elf32-cris.c (elf_cris_reloc_type_class): Likewise. * elf32-i386.c (elf_i386_reloc_type_class): Likewise. * elf32-m68k.c (elf32_m68k_reloc_type_class): Likewise. * elf32-ppc.c (ppc_elf_reloc_type_class): Likewise. * elf32-s390.c (elf_s390_reloc_type_class): Likewise. * elf32-sh.c (sh_elf_reloc_type_class): Likewise. * elf32-sparc.c (elf32_sparc_reloc_type_class): Likewise. * elf64-alpha.c (elf64_alpha_reloc_type_class): Likewise. * elf64-s390.c (elf_s390_reloc_type_class): Likewise. * elf64-sparc.c (sparc64_elf_reloc_type_class): Likewise. * elf64-x86-64.c (elf64_x86_64_reloc_type_class): Likewise. * elfxx-ia64.c (elfNN_ia64_reloc_type_class): Likewise. * elflink.h: Formatting fixes. (elf_link_sort_relocs): Make "count" and "size" bfd_size_type. Call bfd_zmalloc rather than calloc. Remove unnecessary cast of o->contents to PTR. Update call to elf_backend_reloc_type_class.
2001-09-24*** empty log message ***gdbadmin1-1/+1
2001-09-23*** empty log message ***gdbadmin1-1/+1
2001-09-22Fix compile time warningsNick Clifton3-1/+8
2001-09-22 * elfcode.h (elf_object_p): Allow for no section header at all inAlan Modra2-22/+34
non-ET_REL files. Honor 0 for e_shnum, e_shstrndx, e_shoff.
2001-09-22*** empty log message ***gdbadmin1-1/+1
2001-09-21* x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.Mark Kettenis2-3/+4
2001-09-21Fix compile time warningsNick Clifton11-20/+54
2001-09-21 * arc-dis.c: Don't include <ctype.h>.Alan Modra4-3/+6
* openrisc-desc.c: Likewise. * openrisc-ibld.c: Likewise.
2001-09-21 * config/tc-openrisc.c: Don't include <ctype.h>.Alan Modra2-1/+4
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid1-0/+17
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * i386-tdep.h: New file. * i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* config/i386/x86-64linux.mh: New file.Jiri Smid9-1/+1886
* config/i386/x86-64linux.mt: New file. * config/i386/nm-x86_64.h: New file. * x86-64-linux-tdep.c: New file. * x86-64-linux-nat.c: New file. * x86-64-tdep.c: New file. * x86-64-tdep.h: New file. * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c and x86_64-linux-nat.c * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o, x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
2001-09-21* i386-tdep.h: New file.Jiri Smid3-0/+80
* i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+9
* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare. (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.Jiri Smid1-17/+34
(i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint, i386_insert_watchpoint, i386_remove_watchpoint): Add support for 8-byte wide watchpoints. (i386_show_dr): Debug message format string change.
2001-09-21* MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid1-0/+1
2001-09-21fix compile time warning messagesNick Clifton2-1/+5
2001-09-21* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2-14/+25
DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to avoid quotes nesting problems. (NATIVE_CHECK_MODULES): Ditto, just for consistency. (DO_X): Export only variables that are set.
2001-09-21 * Makefile.am: Run "make dep-am".Alan Modra8-601/+675
* Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * aoutx.h: Formatting fixes. * merge.c (_bfd_merged_section_offset): Break line at 80 chars. * linker.c: Replace bfd_get_filename with bfd_archive_filename in error message.
2001-09-21*** empty log message ***gdbadmin1-1/+1
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra50-387/+463
* bfd-in2.h: Regenerate. * aout-adobe.c: Replace bfd_get_filename with bfd_archive_filename in error messages where the bfd is an input bfd. * aout-cris.c: Likewise. * coff-arm.c: Likewise. * coff-mcore.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * coff-sh.c: Likewise. * coff-tic54x.c: Likewise. * coff-tic80.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * coffgen.c: Likewise. * cofflink.c: Likewise. * ecofflink.c: Likewise. * elf-hppa.h: Likewise. * elf.c: Likewise. * elf32-arm.h: Likewise. * elf32-cris.c: Likewise. * elf32-gen.c: Likewise. * elf32-hppa.c: Likewise. * elf32-i370.c: Likewise. * elf32-i386.c: Likewise. * elf32-m32r.c: Likewise. * elf32-mcore.c: Likewise. * elf32-mips.c: Likewise. * elf32-ppc.c: Likewise. * elf32-s390.c: Likewise. * elf32-sh.c: Likewise. * elf32-sparc.c: Likewise. * elf32-v850.c: Likewise. * elf64-alpha.c: Likewise. * elf64-gen.c: Likewise. * elf64-ppc.c: Likewise. * elf64-s390.c: Likewise. * elf64-sparc.c: Likewise. * elf64-x86-64.c: Likewise. * elflink.h: Likewise. * elfxx-ia64.c: Likewise. * ieee.c: Likewise. * ihex.c: Likewise. * libbfd.c: Likewise. * pdp11.c: Likewise. * pe-mips.c: Likewise. * peicode.h: Likewise. * srec.c: Likewise. * xcofflink.c: Likewise. * elf32-arm.h: Make _bfd_error_handler calls K&R compatible. * elflink.c (_bfd_elf_create_linker_section): Better grammar for error message. * coff-mcore.c (coff_mcore_relocate_section): Internalionalise error message. * elf64-sparc.c (sparc64_elf_add_symbol_hook): Constify stt_types. Consolidate error messages, and split long messages to two lines.
2001-09-20Make set_solib_svr4_fetch_link_map_offsets() work as intended.Kevin Buettner2-2/+41
2001-09-20oops - forgot to check for clean 64 bit build - fix compile time warningNick Clifton1-2/+2
2001-09-20Fix compile time warningsNick Clifton23-1234/+1360
2001-09-20Add option -mwarn-areg-zero.Nick Clifton2-46/+61
2001-09-20coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton17-19/+59
2001-09-20 * coffread.c: Replace all occurrences of bfd_read with bfd_bread.Alan Modra8-30/+41
* dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise.
2001-09-20*** empty log message ***gdbadmin1-1/+1
2001-09-19* cris-tdep.c (cris_get_signed_offset): Change return type to anAndrew Cagney2-2/+5
explicitly signed char.
2001-09-19* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): UpdateAndrew Cagney3-4/+9
function signature to match recent tracepoint.c:encode_actions changes. * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
2001-09-19Fix compile time warning messagesNick Clifton10-59/+117
2001-09-192000-09-19 H.J. Lu <hjl@gnu.org>H.J. Lu3-3/+21
* doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and $(srcdir)/cxxfilt.man. * doc/Makefile.in: Rebuild.
2001-09-19* approved by kseitzFrank Ch. Eigler2-1/+7
2001-09-19 Frank Ch. Eigler <fche@redhat.com> * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY to localhost:NNN instead of :NNN, in case Xvfb is listening only on TCP.
2001-09-19 * gdb.base/recurse.exp: When checking leaving the watchpointCorinna Vinschen2-2/+28
scope, recognize when gdb is in function's epilogue and pass.
2001-09-19 * config/tc-i370.c: Fix typo in last change.Alan Modra2-1/+5
2001-09-19Improve documentation on local labels and add documenation about dollar labels.Nick Clifton2-34/+75
2001-09-19 * objcopy.c (copy_main): Correct rename-section string parsing.Alan Modra2-24/+25
Consolidate new_name parsing, and error messages.
2001-09-192001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston2-1/+7
* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on Solaris when testing for the /usr/ucb/cc compiler; it has incorrect semantics. Use the shell built-in "type" command instead.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu129-836/+1200
2001-09-19 * lib/insight-support.exp (_gdbtk_export_target_info): AddKeith Seitz2-0/+23
support for running tests against sid targets. (gdbtk_done): Ditto.
2001-09-19*** empty log message ***gdbadmin1-1/+1
2001-09-18merge from gccDJ Delorie2-9/+20
2001-09-18 * gdb.base/ending-run.c (main): Set stdout buffersizeCorinna Vinschen3-1/+12
to the same reasonable value for any target. * gdb.base/ending-run.exp: Add a regular expression to make testsuite happy on Sanyo Stormy16 target.
2001-09-18s390 assembler improvements and testsuiteNick Clifton24-1723/+2598
2001-09-18 * sparc.c (sparc_find_call): Warning fix.Alan Modra3-3/+8
* alpha.c (alpha_find_call): Likewise.