Jim Kingdon
6aa082e03d
* gdb.base/term.exp: Do not give a warning if not native, it is
...
not an abnormal condition.
1995-02-23 02:30:57 +00:00
Ian Lance Taylor
546f553610
* config/tc-mips.c (append_insn): If listing_prev_line is called,
...
call frag_grow to make sure there is still room for a variant.
1995-02-23 02:20:57 +00:00
Per Bothner
835c255965
* ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
...
(same as C's '(TYPE[])EXPR')
1995-02-22 07:43:01 +00:00
Angela Marie Thomas
d439f0eca6
added regs.exp to Things-to-keep
1995-02-22 04:56:32 +00:00
Ian Lance Taylor
19a681380e
* bout.c (b_out_slurp_reloc_table): Don't return an error if asked
...
for relocations for the .bss section.
PR 6377.
1995-02-22 02:20:51 +00:00
Angela Marie Thomas
3f3aa8930c
Added arc to Things-to-lose
1995-02-22 01:36:16 +00:00
Angela Marie Thomas
48828493bf
Added remote-mon.c and ser-go32-para.c to Things-to-lose
1995-02-22 01:34:47 +00:00
Jeff Law
ee4d24c613
* som.c (som_bfd_ar_write_symbol_stuff): Handle objects with odd
...
lengths.
1995-02-21 22:15:19 +00:00
Jim Kingdon
7cf24958fe
* gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
...
t_char_array".
1995-02-21 21:09:48 +00:00
Stan Shebs
7f4b4b71a2
* top.c (print_gdb_version): Update the year.
1995-02-21 20:27:41 +00:00
David Edelsohn
bf150019d7
Recognize arm-*-pe* (psion project).
1995-02-21 17:55:04 +00:00
David Edelsohn
032d50a95e
Remove CYG-LOC from lynx.
1995-02-21 17:39:52 +00:00
Peter Schauer
f1cb5ff2b4
* Makefile.in (ALL_MACHINES): Add w65-dis.o.
1995-02-21 07:56:45 +00:00
Jeff Law
d4a9bc73c1
Add missing ChangeLog entry.
1995-02-21 05:14:22 +00:00
Jeff Law
312eb91b73
Add missed log entry for som.c.
1995-02-21 05:12:58 +00:00
Per Bothner
1b5cdb7e22
* pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool).
1995-02-21 00:29:08 +00:00
Per Bothner
9fa343240e
* chillvars.ch: Add missing INIT's.
...
* chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool).
1995-02-21 00:20:48 +00:00
Jim Kingdon
d940a47ef8
* Makefile.in (CC_FOR_TARGET,CXX_FOR_TARGET): Look for newlib in
...
`..' not in `../..'.
1995-02-19 22:36:18 +00:00
Jim Kingdon
566ac567d6
* lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
...
are getting the version number.
1995-02-19 21:47:32 +00:00
Jim Kingdon
0794ff457b
* gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
...
if not native, it is not an abnormal condition.
1995-02-19 21:12:56 +00:00
Peter Schauer
f5de490455
Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
...
* procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
in addition to a PIOCSSIG to kill the inferior.
1995-02-19 19:08:34 +00:00
Per Bothner
27648f269f
* gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
1995-02-17 23:24:22 +00:00
Per Bothner
fda36387eb
* parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
...
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 23:20:29 +00:00
David Edelsohn
07f27bb80c
* arc-dis.c (arc_get_disassembler): Change argument to int,
...
one of bfd_mach_arc_xxx. All callers updated.
1995-02-17 20:44:32 +00:00
Ian Lance Taylor
842eba6688
--set-section-flags patch from dje.
1995-02-17 20:42:22 +00:00
David Edelsohn
aa396c6858
* dis-asm.h (arc_get_disassembler): Change argument to int.
...
All callers updated.
1995-02-17 20:41:34 +00:00
Ian Lance Taylor
61420a2049
* config/tc-mips.c (md_pseudo_table): Add 2byte, 4byte and 8byte
...
if OBJ_ELF. From gary@Intrepid.COM (Gary Funck).
1995-02-17 20:13:41 +00:00
Ian Lance Taylor
7a3761e194
* config/obj-elf.c (elf_frob_symbol): Warn if a symbol is both
...
weak and common.
* config/obj-aout.c (obj_aout_frob_symbol): Likewise.
1995-02-17 19:54:47 +00:00
Ian Lance Taylor
5ab41086ca
* objcopy.c (struct section_list): Add fields remove, set_flags,
...
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 19:21:24 +00:00
Ian Lance Taylor
ebb6075d2a
* hosts/sysv4.h: Include <unistd.h>, <stdlib.h>, and <time.h>.
...
Only define SEEK_SET and SEEK_CUR if they are not already defined.
Remove all external function declarations.
1995-02-17 18:35:40 +00:00
Michael Meissner
1e4b4b1c03
Add support for .got1 and .got2 sections; Offset _GLOBAL_OFFSET_TABLE_ by 32768 from GOT start.
1995-02-17 18:09:23 +00:00
Michael Meissner
5836732bf5
Add PC relative support to PowerPC ELF assembler.
1995-02-17 17:51:00 +00:00
Michael Meissner
eaba51690a
Make GOT relocs offset by 32768, which allows the table to double in size.
1995-02-17 17:41:08 +00:00
Ian Lance Taylor
cd0456a208
* syms.c (bfd_decode_symclass): Return 'W' for a weak symbol.
1995-02-17 17:26:48 +00:00
Ian Lance Taylor
6936966a62
* coffgen.c (coff_real_object_p): Set start address and flags
...
before calling coff_mkobject_hook. Restore them on failure.
* ecoff.c (_bfd_ecoff_mkobject_hook): If not ECOFF_AOUT_ZMAGIC,
clear D_PAGED.
PR 6341.
1995-02-17 16:57:18 +00:00
Ian Lance Taylor
6dc6a81a7c
* coffgen.c: Reindented.
1995-02-17 16:46:52 +00:00
J.T. Conklin
2b53190db8
* config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
...
(LDFLAGS): Set to -Xlinker -Ur.
1995-02-17 00:54:00 +00:00
Jim Kingdon
f7ef65ff72
* lib/gdb.exp: Just use "file exists", rather than undocumented
...
dejagnu procedure "findfile".
1995-02-17 00:00:53 +00:00
David Edelsohn
b596295f13
* reloc.c (bfd_perform_relocation): Don't use bitpos in overflow calculations.
...
(bfd_install_relocation): Likewise.
1995-02-16 22:40:19 +00:00
David Edelsohn
b8ed3de398
* expr.c (operand): Move md_operand handling to default case
...
(so it works).
1995-02-16 22:35:50 +00:00
Ian Lance Taylor
f27ab33041
* mips-opc.c: Add r4650 mul instruction.
1995-02-16 22:35:36 +00:00
Michael Meissner
4e71f1ae3f
Rewrite insque/remque support to cast all pointers to PTR.
1995-02-16 21:31:22 +00:00
Michael Meissner
92c6bf4d3a
Rewrite Linux insque/remque support again.
1995-02-16 21:09:22 +00:00
J.T. Conklin
3aa3c59383
add 1995 to copyright
1995-02-16 18:42:42 +00:00
J.T. Conklin
65424cda04
* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
...
Removed, these values are set by lib/gdb.exp.
* lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
1995-02-16 18:41:54 +00:00
Ian Lance Taylor
fe46552d89
* hosts/std-host.h: Remove all function declarations which return
...
int or void, except the one for free.
1995-02-16 18:23:57 +00:00
J.T. Conklin
983bfa6327
* config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
...
of replicating gdb startup code.
1995-02-16 01:10:04 +00:00
J.T. Conklin
bdbe77580e
* config/mt-vxworks (LDFLAGS): Set to -r.
...
(CFLAGS_FOR_TARGET): Removed.
* config/vx-gdb.exp: always set prompt; gdb.exp sets it to
(gdb) and gdb for vxworks uses (vxgdb).
1995-02-16 00:44:43 +00:00
J.T. Conklin
be813d0223
* Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
...
executable is not in the tree and host != target, use sed and
program_transform_name to determine the gdb name used by the
target.
1995-02-16 00:35:53 +00:00
Stan Shebs
bd749fdd7a
keep Windows GDB, believe it or not
1995-02-15 23:19:55 +00:00