aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-02-28fix configuryIan Lance Taylor4-10/+11
1995-02-28 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT orIan Lance Taylor2-5/+19
GOT relocs either.
1995-02-28 * elfcode.h (elf_sort_hdrs): Sort empty sections before non-emptyIan Lance Taylor1-0/+3
sections, if they have the same VMA.
1995-02-28Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com>Ian Lance Taylor1-5/+2
* configure.in: Use ../../bfd/hosts/std-host.h if specific host unavailable.
1995-02-28 * config.bfd (i[345]86-*-linuxelf*): New target. Use i386-lelf.Ian Lance Taylor1-0/+7
(i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. * config/i386-gelf.mt: New file.
1995-02-28 * configure.in (i[345]86-*-linuxelf*): New target. Use i386-lelf.Ian Lance Taylor4-0/+13
(i[345]86-*-gnuelf*): New target. Use i386-gelf. * config/i386-lelf.mt: New file. * config/i386-gelf.mt: New file.
1995-02-28 * configure.in: Match on mips-ecoff, and default to the IDTRob Savoye2-2/+20
configuration.
1995-02-28 * alpha-tdep.c (find_proc_desc): Only attempt to setJim Kingdon1-2/+2
PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
1995-02-28 * alpha-tdep.c (find_proc_desc): Only attempt to set PROC_LOCALOFFJim Kingdon2-2/+10
(found_heuristic) if found_heuristic is non-NULL.
1995-02-27 * configure.in: add a29k-*-vxworks configuration.Kung Hsu1-2/+8
1995-02-27 * config.bfd: add a29k-*-vxworks configuration.Kung Hsu2-0/+12
1995-02-27 * config.sub: add vxworks29k configuration.Kung Hsu1-0/+12
1995-02-27 * monitor.c: General gcc -Wall lint cleanup and reformat.Stan Shebs2-912/+1027
(monitor_command): If no args, send an empty command.
1995-02-24tweak previous patchIan Lance Taylor1-0/+1
1995-02-24 * config/tc-mips.c (load_register): Correctly handle 32 bit valuesIan Lance Taylor2-4/+25
with the high bit set in 64 bit mode. PR 6381.
1995-02-24 * monitor.c (monitor_load_ascii_srec): Add a one second sleepStu Grossman2-4/+10
after send LOAD_CMD to prevent loss of first S-record.
1995-02-24 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexingJeff Law2-15/+71
FP load/store variants. * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
1995-02-24 * hppa.h (fstwx): Fix single-bit error.Jeff Law1-0/+4
1995-02-23 * config/tc-hppa.c (md_apply_fix): Don't subtract the value of theJeff Law1-0/+6
add symbol if it's a common symbol (the value of a common symbol is its size, not a value in the traditional sense).
1995-02-23 * gdb.base/term.exp: Do not give a warning if not native, it isJim Kingdon1-0/+5
not an abnormal condition.
1995-02-23 * config/tc-mips.c (append_insn): If listing_prev_line is called,Ian Lance Taylor2-1/+17
call frag_grow to make sure there is still room for a variant.
1995-02-22 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'Per Bothner2-0/+27
(same as C's '(TYPE[])EXPR')
1995-02-22added regs.exp to Things-to-keepAngela Marie Thomas1-0/+1
1995-02-22 * bout.c (b_out_slurp_reloc_table): Don't return an error if askedIan Lance Taylor1-0/+5
for relocations for the .bss section. PR 6377.
1995-02-22Added arc to Things-to-loseAngela Marie Thomas1-0/+1
1995-02-22Added remote-mon.c and ser-go32-para.c to Things-to-loseAngela Marie Thomas1-0/+2
1995-02-21 * som.c (som_bfd_ar_write_symbol_stuff): Handle objects with oddJeff Law1-0/+5
lengths.
1995-02-21 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptypeJim Kingdon1-0/+5
t_char_array".
1995-02-21 * top.c (print_gdb_version): Update the year.Stan Shebs2-4/+11
1995-02-21Recognize arm-*-pe* (psion project).David Edelsohn2-7/+42
1995-02-21Remove CYG-LOC from lynx.David Edelsohn1-44/+68
1995-02-21 * Makefile.in (ALL_MACHINES): Add w65-dis.o.Peter Schauer1-0/+4
1995-02-21Add missing ChangeLog entry.Jeff Law1-1/+6
1995-02-21Add missed log entry for som.c.Jeff Law1-0/+1
1995-02-21 * pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool).Per Bothner2-1/+2
1995-02-21 * chillvars.ch: Add missing INIT's.Per Bothner3-86/+91
* chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool).
1995-02-19 * Makefile.in (CC_FOR_TARGET,CXX_FOR_TARGET): Look for newlib inJim Kingdon1-0/+5
`..' not in `../..'.
1995-02-19 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when weJim Kingdon1-0/+3
are getting the version number.
1995-02-19 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warningJim Kingdon2-1/+5
if not native, it is not an abnormal condition.
1995-02-19Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Peter Schauer2-4/+10
* procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL in addition to a PIOCSSIG to kill the inferior.
1995-02-17 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.Per Bothner2-0/+20
1995-02-17 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),Per Bothner3-13/+21
create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED. * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length. * c-typeprint.c (c_type_print_varspec_suffix): If array length is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
1995-02-17* arc-dis.c (arc_get_disassembler): Change argument to int,David Edelsohn1-0/+7
one of bfd_mach_arc_xxx. All callers updated.
1995-02-17--set-section-flags patch from dje.Ian Lance Taylor1-3/+2
1995-02-17 * dis-asm.h (arc_get_disassembler): Change argument to int.David Edelsohn1-1/+7
All callers updated.
1995-02-17 * config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byteIan Lance Taylor2-0/+8
if OBJ_ELF. From gary@Intrepid.COM (Gary Funck).
1995-02-17 * config/obj-elf.c (elf_frob_symbol): Warn if a symbol is bothIan Lance Taylor1-0/+6
weak and common. * config/obj-aout.c (obj_aout_frob_symbol): Likewise.
1995-02-17 * objcopy.c (struct section_list): Add fields remove, set_flags,Ian Lance Taylor3-85/+353
and flags. Change adjust from boolean to enum. (remove_sections): Remove static variable. (sections_removed): New static variable. (copy_options): Add --set-section-flags. (copy_usage): Mention --set-section-flags. (parse_flags): New static function. (find_section_list): New static function. (is_strip_symbol): Change return type from int to boolean. (is_strip_section): New static function. (filter_symbols): Call is_strip_section. (copy_object): When adding sections, check for specified flags or VMA. Call filter_symbols if any sections are being removed. (setup_section): Use find_section_list function rather than looking through remove_sections and adjust_sections. Handle --set-section-flags. (copy_section): Use find_section_list rather than looking through remove_sections. (strip_main): Use find_section_list instead of adding items to sections_removed. (copy_main): Use find_section_list instead of adding items to sections_removed and adjust_sections. Handle --set-section-flags. * binutils.texi, objcopy.1: Document --set-section-flags.
1995-02-17 * hosts/sysv4.h: Include <unistd.h>, <stdlib.h>, and <time.h>.Ian Lance Taylor2-26/+11
Only define SEEK_SET and SEEK_CUR if they are not already defined. Remove all external function declarations.
1995-02-17Add support for .got1 and .got2 sections; Offset _GLOBAL_OFFSET_TABLE_ by ↵Michael Meissner1-7/+16
32768 from GOT start.