summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.Jiri Smid2001-09-211-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.
* * MAINTAINERS: Add myself to the write-after-approval list.Jiri Smid2001-09-211-0/+1
|
* fix compile time warning messagesNick Clifton2001-09-212-1/+5
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-212-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.
* * Makefile.am: Run "make dep-am".Alan Modra2001-09-218-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.
* *** empty log message ***gdbadmin2001-09-211-1/+1
|
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-2050-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.
* Make set_solib_svr4_fetch_link_map_offsets() work as intended.Kevin Buettner2001-09-202-2/+41
|
* oops - forgot to check for clean 64 bit build - fix compile time warningNick Clifton2001-09-201-2/+2
|
* Fix compile time warningsNick Clifton2001-09-2023-1234/+1360
|
* coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton2001-09-2017-19/+59
|
* * coffread.c: Replace all occurrences of bfd_read with bfd_bread.Alan Modra2001-09-208-30/+41
| | | | | | | | | * dbxread.c: Likewise. * dwarf2read.c: Likewise. * dwarfread.c: Likewise. * somread.c: Likewise. * ultra3-nat.c: Likewise. * xcoffread.c: Likewise.
* *** empty log message ***gdbadmin2001-09-201-1/+1
|
* * cris-tdep.c (cris_get_signed_offset): Change return type to anAndrew Cagney2001-09-192-2/+5
| | | | explicitly signed char.
* * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): UpdateAndrew Cagney2001-09-193-4/+9
| | | | | | function signature to match recent tracepoint.c:encode_actions changes. * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
* * library/main.tcl: Append iwidgets library path, if needed.Keith Seitz2001-09-192-1/+17
| | | | | | | * generic/gdbtk.c (gdbtk_init): Add TCLLIBPATH to iwidgets package index. Define IWIDGETS_LIBRARY in interpreter so that we can add this path to the auto_path at the right time later.
* Fix compile time warning messagesNick Clifton2001-09-1910-59/+117
|
* * approved by kseitzFrank Ch. Eigler2001-09-192-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.
* * gdb.base/recurse.exp: When checking leaving the watchpointCorinna Vinschen2001-09-192-2/+28
| | | | scope, recognize when gdb is in function's epilogue and pass.
* 2001-09-19 Ben Elliston <bje@redhat.com>Ben Elliston2001-09-192-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.
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-1932-108/+153
|
* * lib/insight-support.exp (_gdbtk_export_target_info): AddKeith Seitz2001-09-192-0/+23
| | | | | support for running tests against sid targets. (gdbtk_done): Ditto.
* *** empty log message ***gdbadmin2001-09-191-1/+1
|
* merge from gccDJ Delorie2001-09-182-9/+20
|
* * gdb.base/ending-run.c (main): Set stdout buffersizeCorinna Vinschen2001-09-183-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.
* s390 assembler improvements and testsuiteNick Clifton2001-09-188-1715/+1137
|
* * bfdint.texi: Replace reference to bfd_read with bfd_bread.Alan Modra2001-09-182-3/+8
| | | | Likewise for bfd_write.
* * internal.h (elf_internal_rela): Make r_addend a bfd_vma.Alan Modra2001-09-182-2/+6
|
* * external.h (GET_LINENO_LNNO): Use H_GET_32/16.Alan Modra2001-09-185-88/+119
| | | | | | | | | | (PUT_LINENO_LNNO): Use H_PUT_32/16. * m88k.h (GET_LNSZ_SIZE, GET_LNSZ_LNNO, GET_SCN_NRELOC, GET_SCN_NLINNO): Use H_GET_32. (PUT_LNSZ_LNNO, PUT_LNSZ_SIZE, PUT_SCN_NRELOC, PUT_SCN_NLINNO): Use H_PUT_32. * ti.h: Formatting fixes. Make use of H_GET_* and H_PUT_* throughout. * xcoff.h: White space changes.
* * aout64.h: Formatting fixes.Alan Modra2001-09-183-42/+55
| | | | | | | (N_TXTADDR): Evaluate to a bfd_vma. (N_DATADDR): Avoid negative unsigned warning. * hp300hpux.h: Formatting fixes. (N_DATADDR): As above.
* * objalloc.h (OBJALLOC_ALIGN): Define using offsetof.Alan Modra2001-09-182-6/+9
|
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-18183-12305/+13588
| | | | | | | | | | | | | | | | | | | | | | | | o bfd_read and bfd_write lose an unnecessary param and become bfd_bread and bfd_bwrite. o bfd_*alloc now all take a bfd_size_type arg, and will error if size_t is too small. eg. 32 bit host, 64 bit bfd, verrry big files or bugs in linker scripts etc. o file_ptr becomes a bfd_signed_vma. Besides matching sizes with various other types involved in handling sections, this should make it easier for bfd to support a 64 bit off_t on 32 bit hosts that provide it. o I've made the H_GET_* and H_PUT_* macros (which invoke bfd_h_{get,put}_*) generally available. They now cast their args to bfd_vma and bfd_byte * as appropriate, which removes a swag of casts from the source. o Bug fixes to bfd_get8, aix386_core_vec, elf32_h8_relax_section, and aout-encap.c. o Zillions of formatting and -Wconversion fixes.
* Fix typoNick Clifton2001-09-182-1/+5
|
* Add ui_out parameter to libgdb functions.Andrew Cagney2001-09-187-19/+46
|
* *** empty log message ***gdbadmin2001-09-181-1/+1
|
* merge from gccDJ Delorie2001-09-175-19/+152
|
* * gdb.base/display.c (do_loops): Add float variable `f'.Corinna Vinschen2001-09-173-7/+24
| | | | | | Increment f in loop. * gdb.base/display.exp: Increment timeout by 60 seconds. Change float display test to use variable `f'.
* * gdb.base/restore.exp: Use temporary breakpoints, to avoidJim Blandy2001-09-172-11/+14
| | | | | overflowing the limited breakpoint tables on some ROM monitors (like the ROM68K).
* 2001-09-17 H.J. Lu <hjl@gnu.org>H.J. Lu2001-09-172-5/+17
| | | | | | | | * dwarf1.c (parse_die): Take a new arg for the end of the section. Return false if die is beyond the section. (parse_functions_in_unit): Pass the end of the section to parse_die (). (_bfd_dwarf1_find_nearest_line): Likewise.
* *** empty log message ***gdbadmin2001-09-171-1/+1
|
* *** empty log message ***gdbadmin2001-09-161-1/+1
|
* 2001-09-15 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2001-09-152-1/+6
| | | | | * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag.
* * config.sub: Reverted the earlier change, this version is not theThiemo Seufer2001-09-152-9/+6
| | | | master file.
* *** empty log message ***gdbadmin2001-09-151-1/+1
|
* Fix bug emitting R_SPARC_UA32 relocs into shared objectsNick Clifton2001-09-142-1/+6
|
* Add support for arm-openbsd targetNick Clifton2001-09-142-1/+5
|
* Fix VXA mask bitsNick Clifton2001-09-142-2/+6
|
* /bfd/ChangeLogThiemo Seufer2001-09-144-8/+34
| | | | | | | | | | | | | * config.bfd: Change machine triplets from mips*el*-* to mips*el-*. Add support for mips64. /ChangeLog * config.sub: Change machine triplets from mipsel*-* to mips*el-*. Add support for mips64. /gas/ChangeLog * configure.in: Change machine triplets from mips-*-linux-gnu* to mips*-*-linux*.
* Commit Ilya Golubev's clear_solib() fixes.Kevin Buettner2001-09-144-0/+12
|
* *** empty log message ***gdbadmin2001-09-141-1/+1
|