Steve Chamberlain
81623791e4
Now there are two incarnations of relocs, linenos and syments. One for
internal digestion, and one full of char arrays for I/O. The original
names have gone to detect errors.
36 years ago
Steve Chamberlain
9dce1776b6
Initial revision
36 years ago
Steve Chamberlain
cdd896f940
*** empty log message ***
36 years ago
Steve Chamberlain
c407897e2f
Added 68kcoff
36 years ago
Steve Chamberlain
77a7985cb0
Test new structure exporting code with 68k coff implementaion.
36 years ago
Steve Chamberlain
e5b919b168
Fixed all the places where there were problems with the size and
alignments of structures on disk and structures in memory. #ifed out
all the code in coffswap.c, since it should be done using the target
swap routines now.
36 years ago
Steve Chamberlain
af773d1b0f
It's new and improved
36 years ago
John Gilmore
66b510f652
* coff-code.h: Remove coff_get_section_contents, and use the
generic one instead.
36 years ago
John Gilmore
ce3f6d51b0
* ieee.c: Cast enums to int before comparing them, for brain-
dead compilers.
36 years ago
John Gilmore
2203f786c8
Add bfd_generic_get_section_contents.
36 years ago
Steve Chamberlain
7564d3d74a
Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)
* ieee.c (do_one, ieee_slurp_section_data): now supports the load
multiple reloc command.
36 years ago
Steve Chamberlain
41489b9ad7
Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com)
* sunos.c (sunos4_set_section_contents): Made it so that sections
are always padded to their alignment size.
36 years ago
Steve Chamberlain
ffb740a982
Fixed error message text
36 years ago
Steve Chamberlain
a0ad303552
Lint
36 years ago
Steve Chamberlain
d0ec7a8ee4
Various portability lints.
Fixed reloc bug in ieee and oasys.
36 years ago
Steve Chamberlain
a5c6b4b3b5
Added make dep rule.
When configure is used, the created makefile will have all the
dependencies filled in.
36 years ago
Roland Pesch
98088880f3
(1) Updated to reflect renamed commands;
(2) Reorganized, bringing more common commands forward, merging
"print" and "x" into one section;
(3) New sections: "Essential Commands", "GDB Scripts";
(4) Material on convenience vars and value history added to "Expressions";
(5) Uses PostScript fonts by default, also includes (commented out) alternative
Computer Modern font definitions that format similarly.
36 years ago
Steve Chamberlain
d6079be71e
Took out the c++ support
36 years ago
Steve Chamberlain
6812f0e89f
Fixed the shift reduce errors in the grammer using the yacc debugger.
Removed some lint highlighted by the same.
36 years ago
Steve Chamberlain
dcf22de996
Fixed problem where pc relative stuff was not being translated
properly. Oasys keeps no -ve pc in the disp of a branch, so we fake
it.
36 years ago
Steve Chamberlain
bc488d8923
*** empty log message ***
36 years ago
John Gilmore
5594d534a2
Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.
36 years ago
John Gilmore
b1847ba9e7
Saber C cleanup. Fix horrid bug in opncls.c in which an obstack is
initialized on the stack and then copied into its own allocated space.
(Wow, Steve, you're twisted...)
36 years ago
John Gilmore
f929c7d43b
Saber C fixups.
36 years ago
John Gilmore
6281dfd59d
Roll version to 3.95.
36 years ago
John Gilmore
1417a2cd1c
Fix =&'s in copy.c
36 years ago
John Gilmore
77ac93922c
See ChangeLog.
36 years ago
John Gilmore
7c884bf003
Jim Kingdon's gdb port to the m88k.
36 years ago
John Gilmore
591cd7a6f4
Jim Kingdon's port to m88k on his last day at Cygnus.
36 years ago
John Gilmore
74dcea7b24
Jim Kingdon's port of gdb to m88k on his last day.
36 years ago
K. Richard Pixley
e9dcae1a71
John's suggestions.
36 years ago
Steve Chamberlain
d082a54f59
*** empty log message ***
36 years ago
Steve Chamberlain
b63165349f
*** empty log message ***
36 years ago
John Gilmore
592ecfb22e
Rename getopt to libiberty.
36 years ago
Roland Pesch
1722479547
*** empty log message ***
36 years ago
John Gilmore
86bbb439c8
There should be a Makefile in the cvs main directory, configured
for "./config.gdb none", so that things like "make tags" and "make tar"
will work.
36 years ago
John Gilmore
9c2f3ceeb4
Avoid making a machine-dependent (probably wrong) declaration of malloc
and free. Depend on the sysdep.h file to do that for us.
36 years ago
John Gilmore
09a98ceece
Be sure malloc and free are declared; bfd/opncls uses them.
36 years ago
K. Richard Pixley
67ca110ded
Changed getopt to libiberty, commented out an aborted attempt at host
level Makefiles because it caused errors on +rm, add a warning for
directories expected to be removed on +rm but that don't exist.
36 years ago
Jim Kingdon
8e7457b2aa
*** empty log message ***
36 years ago
Jim Kingdon
7b54d319af
* mtrace.c: Don't typedef things like size_t, just #define them.
36 years ago
Jim Kingdon
2cb3be2c94
* cplus-dem.c [__STDC__]: Make x{m,re}alloc return void*.
36 years ago
Jim Kingdon
63a463b149
* signame.c: Cast const char* to char* when assigning to sys_siglist.
36 years ago
Jim Kingdon
8aa13b8777
Make it run on wingnut (88k, DGUX). Complete list of changes in the ChangeLog.
36 years ago
Jim Kingdon
6f48f7f198
(osys_read_record): If record->header.lenth <= sizeof (record->header),
then return rather than passing a negative (or zero) nelts to bfd_read.
36 years ago
Jim Kingdon
ede87e2901
Make arg to zalloc a bfd_size_type not a size_t
36 years ago
John Gilmore
bf475b4991
Make it limp for MIPS ECOFF, too.
36 years ago
John Gilmore
8ffd75c8a9
Mips bringup and general cleanup
* cplus-dem.c: Move CPLUS_MARKER define to after defs.h.
* infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values.
(This still doesn't seem to make MIPS bkpts work.)
* mipsread.c: Remove dup "Reading symbol data..." msg.
(symbol_file_command, add_file_command): Remove, obsol.
* printcmd.c (ptype_command): Say "an enum" rather than "a enum".
Wrap output appropriately.
* stack.c (locals_info, catch_info, args_info): Check
selected_frame rather than target_has_stack or coredumping.
* valprint.c (type_print_varspec_suffix): Wrap "ptype" output of
enums appropriately.
36 years ago
Jim Kingdon
2bff8e38bc
*** empty log message ***
36 years ago
John Gilmore
23b0b55855
Merge Per Bothner's MIPS changes from 31 March 1991 (bfd-0.5.2-patch1a)
and make the result compile and run on the DEC 3100. It still has
trouble running but it can handle opening exec and symbol files in
ecoff format.
36 years ago