summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * monitor.c (monitor_load): Don't delete symtab users, or resetJim Blandy2001-09-132-9/+16
| | | | inferior_ptid.
* * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.Alexandre Oliva2001-09-132-0/+5
|
* * common.h (EM_OPENRISC_OLD): Renamed the old EM_OPENRISC entry.Alexandre Oliva2001-09-132-1/+5
|
* (monitor_load): Fix indentation.Jim Blandy2001-09-132-8/+19
|
* * elf.c (prep_headers): Get the machine code from the elfAlexandre Oliva2001-09-1312-121/+58
| | | | | | | | | | | | | | | | | | | | | | | | backend data. * elf-m10200.c (ELF_MACHINE_CODE): Redefine to EM_MN10200. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10200. * elf-m10300.c (ELF_MACHINE_CODE): Redefine to EM_MN10300. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300. * elf-arc.c (arc_elf_final_write_processing): Don't override e_machine, it's now properly set in prep_headers. * elf32-avr.c (elf32_avr_object_p): Accept both EM_AVR and EM_AVR_OLD. (ELF_MACHINE_ALT1): Define to EM_AVR_OLD. * elf-d10v.c (ELF_MACHINE_CODE): Redefine to EM_D10V. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_D10V. * elf-d30v.c (ELF_MACHINE_CODE): Redefine to EM_D30V. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_D30V. * elf-fr30.c (ELF_MACHINE_CODE): Redefine to EM_FR30. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_FR30. * elf-m32r.c (ELF_MACHINE_CODE): Redefine to EM_M32R. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_M32R. * elf32-pj.c (ELF_MACHINE_ALT1): DEfine to EM_PJ_OLD. * elf-v850.c (ELF_MACHINE_CODE): Redefine to EM_V850. (ELF_MACHINE_ALT1): Define to EM_CYGNUS_V850.
* *** empty log message ***gdbadmin2001-09-131-1/+1
|
* * common.h (EM_AVR_OLD): Renamed from...Alexandre Oliva2001-09-122-5/+25
| | | | | | | | | | (EM_AVR): this, redefined as in the current ELF standard. (EM_PJ_OLD): Renamed from... (EM_PJ): this, redefined as in the current ELF standard. (EM_R30, EM_D10V, EM_D30V, EM_V850, EM_M32R, EM_MN10300, EM_MN10200, EM_OPENRISC, EM_ARC_A5, EM_XTENSA): Defined as in the current ELF standard. (EM_CYGNUS_ARC): Removed, unused for a long time.
* Remove incomplete section on overlays, committed by accident.Jim Blandy2001-09-121-79/+0
|
* * printcmd.c (print_scalar_formatted): Fix indentation.Jim Blandy2001-09-121-2/+2
|
* *** empty log message ***gdbadmin2001-09-121-1/+1
|
* * elf64-alpha.c (elf64_alpha_section_flags): New.Richard Henderson2001-09-112-1/+24
| | | | (elf64_alpha_fake_sections): Map SEC_SMALL_DATA to SHF_ALPHA_GPREL.
* * elf64-alpha.c (elf64_alpha_relocate_section): Do notRichard Henderson2001-09-112-3/+16
| | | | apply HINT relocations against dynamic symbols.
* 2001-09-11 H.J. Lu <hjl@gnu.org>H.J. Lu2001-09-112-1/+6
| | | | | * inker.c (link_action): Change COMMON_ROW\defw from CREF to COM.
* *** empty log message ***gdbadmin2001-09-111-1/+1
|
* * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating thatJim Blandy2001-09-102-1/+6
| | | | programs running on the board can produce output.
* * generic/gdbtk.c (gdbtk_init): Set IWIDGETS_LIBRARY ifIan Roxborough2001-09-104-85/+14
| | | | | | | Insight is launched from within the build directory. * library/util.tcl (find_iwidgets_library): Removed. * library/main.tcl: Don't call find_iwidgets_library, do a package require instead.
* 2001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda2001-09-103-3/+8
| | | | | * NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
* *** empty log message ***gdbadmin2001-09-101-1/+1
|
* * elf64-alpha.c: Delete all unused ERIC_neverdef and rth_notdef code.Richard Henderson2001-09-092-438/+7
|
* * elf64-alpha.c (elf64_alpha_relax_with_lituse): Nop out gpdispRichard Henderson2001-09-092-8/+35
| | | | following a call to a near function.
* * elf64-alpha.c (elf64_alpha_relocate_section): Soft failRichard Henderson2001-09-092-3/+24
| | | | | relocation errors. Fail gp-relative relocations against dynamic symbols.
* *** empty log message ***gdbadmin2001-09-091-1/+1
|
* Fix truncated 2001-08-23 entry.Mark Kettenis2001-09-081-1/+1
|
* * gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2001-09-082-6/+4
| | | | MEM_FNS_DECLARED.
* * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.Mark Kettenis2001-09-082-5/+2
|
* * gdbint.texinfo (Host Definition): Remove description of R_OK.Mark Kettenis2001-09-082-4/+3
|
* * config/arm/xm-linux.h, config/ia64/xm-linux.h,Mark Kettenis2001-09-087-18/+5
| | | | | | config/m68k/xm-linux.h, config/mips/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove redundant inclusion of <unistd.h>.
* * gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2001-09-082-6/+6
| | | | HAVE_SIGSETMASK.
* * gdbtypes.h (struct block): Add forward declaration.Mark Kettenis2001-09-082-0/+7
|
* * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULARAlan Modra2001-09-083-6813/+6833
| | | | | | | as well as DEF_DYNAMIC in test for avoided copy relocs. (allocate_plt_and_got_and_discard_relocs): Likewise. * elf32-i386.c (elf_i386_relocate_section): Likewise. (allocate_plt_and_got_and_discard_relocs): Likewise.
* *** empty log message ***gdbadmin2001-09-081-1/+1
|