Richard Henderson
300a10323a
1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elflink.h (elf_link_add_object_symbols): Undo last change.
28 years ago
Nick Clifton
7b60d311ba
Add brace missing from previous delta.
28 years ago
Nick Clifton
eede4762aa
Remove reference to depragmaize program.
28 years ago
Nick Clifton
4c404e8d9c
Apply fix from PR 14826 - generate an error if a register is supplied for a
operand that should not be a register.
28 years ago
Jeff Johnston
8daaf6cd8a
Forgot to add specific files to sanitize section for dsp.
28 years ago
Jeff Johnston
d46c1ae39a
Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com>
28 years ago
Keith Seitz
69da960729
Merge with armelf980813:
* rdi-share/unixcomm.c: If using cygwin32, also use the SERPORT and
PARPORT defines for win32.
(Unix_MatchValidSerialDevice): For cygwin32, valid serial port names
start with "com", not "/dev/tty".
(Unix_OpenSerial): Do not use O_NONBLOCK on cygwin32.
* rdi-share/devsw.c (DevSW_Close): Free the device's state (SwitcherState)
so that the device may be reopened.
* remote-rdi.c (mywritec): Send all output through gdb's *_unfiltered
functions, ignoring non-ASCII chars, so that non-tty UI's can snarf
the output from fputs_hook.
(mywrite): Ditto.
(arm_rdi_open): Set inferior_pid.
(arm_rdi_detach): Pop the target off the target stack so that
users can attach and detach multiple times.
(arm_rdi_close): Close the opened device and reset inferior_pid, too.
28 years ago
Nick Clifton
1af37f6bde
Addtional fix for PR17045 - allowed delayed branches to have insns in the
R container
28 years ago
Keith Seitz
4ce8d0e977
* gdbtk.c (gdbtk_wait): Don't run the timer for ice targets.
* v850ice.c (WM_ADDR_TO_SYM): New message.
(v850ice_wndproc): Add handler for WM_SOURCE.
(v850ice_wait): Call the ui_loop_hook occasionally.
(ice_cont): Acknowledge message before doing anything.
(ice_stepi): Ack message and let gdbtk do stepping.
(ice_nexti): Ack message and let gdbtk do stepping.
(view_source): New function ICE calls to display source code.
28 years ago
Jason Molenda
4817b40893
1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Change --enable-warnings to --enable-build-warnings.
* configure: Updated.
28 years ago
Jason Molenda
4b23e55c62
Ack, accidentally checked in a configure generated with an obsolete
version of autoconf.
28 years ago
Jason Molenda
e3009a74f4
1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in (WARN_CFLAGS): Add -Wmissing-prototypes.
* configure: Regenerated.
28 years ago
Jason Molenda
ba68ad5701
1998-09-24 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Add --enable-warnings.
Adjust whitespace of other --with and --enable options so that
configure --help lines up correctly.
* aclocal.m4: Ditto.
* Makefile.in (WARN_CFLAGS): Add. Set by configure.
* configure: Regenerated.
28 years ago
Stan Shebs
f1f8c637ae
* remote-rdi.c: Fix formatting, remove some commented-out code.
(init_rdi_ops): Omit needless initializations.
28 years ago
Nick Clifton
a173c5db00
Fic PR 17045: Do not allow insns in R bin if L bin contains a branch.
28 years ago
Nick Clifton
12f7dc5ae7
Fic PR 17045: Add FLAG_JSR attribute to DBT, REIT, RTD and TRAP insns.
28 years ago
Richard Henderson
c4a00a8302
* elflink.h (elf_link_add_object_symbols): Don't record a dynamic
symbol for the indirect alias to a versioned symbol.
28 years ago
Nick Clifton
21056c79a4
PR 17438 - fix parsing of MVTSYS and MVFSYS insns.
28 years ago
Andrew Cagney
8456141bb2
Allow full 64 bits of an address to be specified in an `M' or `n' packet.
Add backward compatibility variable `set remoteaddresssize' to handle
regressions.
28 years ago
Andrew Cagney
f8059b97e7
* remote.c (_initialize_remote, packet_command, print_packet): Pretty
* print code.
Delete reference to EMC!
28 years ago
Andrew Cagney
abf80d3b9c
* remote.c (packet_command): Test REMOTE_DESC to determine if remote
connection is open.
28 years ago
Mark Alexander
0ec1e44d3d
Patch from Dawn Perchik <dawn@cygnus.com>:
* rs6000-tdep.c (pop_frame): Handle generic dummy frames.
(push_arguments): Likewise.
(frame_saved_pc): Likewise.
(rs6000_frame_chain): Likewise.
(ppc_push_return_address): New function.
(get_saved_register): New function.
* config/powerpc/tm-ppc-eabi.h: Add generic dummy frame macros.
28 years ago
Nick Clifton
973e995d34
Fix PR 16898 - Implement EITHER_BUT_PREFER_MU execution class
Fix PR 17135 - Prefer register names over symbol names, except when registers
are unacceptable.
28 years ago
Nick Clifton
b835e47b24
PR 16898: Add uses of EITHER_BUT_PREFER_ME execution unit class.
28 years ago
Jim Wilson
6c173d732e
Fix non-ISO C code found by SGI C compiler.
* config/obj-elf.h (ECOFF_DEBUGGING): Add missing parens.
28 years ago
Nick Clifton
aa7bf2a890
Fix PR 17135 (whilst keeping PR14827 fixed) by prefering register names over
symbolic names, except where the register name is unacceptable.
28 years ago
Stu Grossman
7b46dd00e4
* defs.h utils.c (fputc_filtered): New function. Does the obvious...
* jv-lang.c (java_printchar): Fix output of chars > 0xff. Fold
java_emit_char into java_printchar.
* language.h (PRINT_LITERAL_FORM): Reformat for readability.
28 years ago
Nick Clifton
7f44038a5f
Fix info float test for arm-elf toolchains
28 years ago
Nick Clifton
a63e37257f
Support big endian as well as little endian breakpoints.
28 years ago
Doug Evans
3c62de83cd
update tc-dvp.c with sky-980617-branch
28 years ago
Drew Moseley
fa41e1a3fa
Added sanitize-ide markers
28 years ago
Nick Clifton
e8dedcb3fe
Fix PR 17105 - reset previous insn to empty after emitting NOPs.
28 years ago
Catherine Moore
74db0d03a7
* elf32-i386.c (elf32_i386_vtinherit_howto): New.
(elf32_i386_vtentry_howto): New.
(elf_i386_reloc_type_lookup): Return elf32_i386_vtentry_howto
or elf32_i386_vtinherit_howto on lookup.
28 years ago
Ron Unrau
3dc96daa2d
* incorporate SKY-B changes (makes dual maintenance easier).
28 years ago
Michael Meissner
4abb25eaff
Do not require an ANSI compiler
28 years ago
Ian Lance Taylor
568caf5326
Sun Sep 20 01:00:01 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* gas/vtable/inherit1.l: Require only the word GAS somewere in the
first line of the listing.
28 years ago
Ian Lance Taylor
ba5900222d
Sun Sep 20 00:58:12 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.h (TC_FORCE_RELOCATION): New macro. Force vtable
relocs.
* config/tc-m68k.c (md_apply_fix_2): Do nothing for vtable relocs.
28 years ago
Ian Lance Taylor
776c436d8b
Sun Sep 20 00:48:07 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* elf32-m68k.c: Include "elf/m68k.h". Remove definition of enum
reloc_type. Rename R_68K__max to R_68K_max.
(howto_table): Use _bfd_elf_rel_vtable_reloc_fn for a VTENTRY
reloc.
28 years ago
Ian Lance Taylor
8c685dfe22
Sun Sep 20 00:54:22 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k.h: Add vtable relocs and R_68K_max.
28 years ago
Ian Lance Taylor
8b77a7d9d2
Sun Sep 20 00:09:25 1998 Chris Torek <torek@bsdi.com>
* libbfd.c (bfd_getb32): Rewrite expression to get better code.
(bfd_getl32, bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
28 years ago
Ian Lance Taylor
0983267416
* libbfd.c (bfd_log2): Cast to bfd_vma before shifting, not
after. From Chris Torek <torek@bsdi.com>.
28 years ago
Ian Lance Taylor
d7298d8f7e
Sat Sep 19 22:42:23 1998 Doug Rabson <dfr@nlsystems.com>
* elflink.h (elf_link_add_object_symbols): Ensure that the warning
message has a null byte terminator.
28 years ago
Keith Seitz
864e89fc9d
* gdbtk-cmds.c (get_frame_name): Demangle function names, too.
28 years ago
Doug Evans
46fca0d897
* dvp-opc.c (gif_opcodes): Support EOP on gifimage.
PR 17293.
28 years ago
Nick Clifton
618e96a058
Fic PR17107 - ignore contents of word subject to R_V850_32 relocation.
28 years ago
Michael Snyder
d5e3b34ad8
Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* gdb.trace/*.exp: remove "remote_download" command.
28 years ago
Nick Clifton
bc2c7e533b
Always treat section symbols as special, even if they are attached to a
common section.
28 years ago
Peter Schauer
d2fce7f74c
* sol-thread.c (sol_thread_notice_signals): Use PIDGET when
passing pid down to procfs_notice_signals.
28 years ago
Nick Clifton
f5ec493e57
Add comment about problem computing nearets line numbers for undefined
symbols at link time.
28 years ago
Richard Henderson
93893904de
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't
transform a defweak into a plt entry.
(elf64_alpha_calc_dynrel_sizes): Allow room for secondary
plt entry references to receive a RELATIVE reloc.
(elf64_alpha_finish_dynamic_symbol): Fill them in.
(elf64_alpha_relocate_section): Assert we don't overrun
the allocated relocation space.
28 years ago