Ian Lance Taylor
545a27683e
Please don't add declarations of random system functions to general
source files if you can possibly avoid it. They inevitably fail on
some system somewhere.
* objdump.c: Removed useless fprintf declaration.
34 years ago
Rob Savoye
a54a5a9ebc
Rename to util-defs.exp and turn into generic procedures.
34 years ago
Rob Savoye
3e7f73db77
* Makefile.in: Changed check target to use DejaGnu.
34 years ago
Rob Savoye
6edcdd0ddb
All use new util_test proc.
34 years ago
Rob Savoye
c50fa6b3c6
Replaced by just $(target_os) name. Use new util_test proc.
34 years ago
Rob Savoye
c3361cd3ca
Changed "make check" target to use DejaGnu.
34 years ago
Rob Savoye
e57072116f
Get rid of all the links.
34 years ago
Jim Kingdon
720b3aed42
New print_address for disassemblers, merge a29k and i960 disassemblers
34 years ago
Jim Kingdon
f79feb23c0
remove another reference to sparc-pinsn.c
34 years ago
Jim Kingdon
3ac166b105
this is part of the binutils/gdb sparc disassembler merge
34 years ago
Jim Kingdon
f7ed13c7d5
merge binutils and gdb sparc disassemblers
34 years ago
Jim Kingdon
5d0734a7d7
provide a new interface (using read_memory_func) to call the disassemblers
which copes with errors in a plausible way
34 years ago
Ken Raeburn
12da177528
objdump.c: Use correct prototype of fprintf, else it won't compile on ANSI
C systems.
34 years ago
Steve Chamberlain
9d19b85b6a
add h8500
34 years ago
Jim Kingdon
452b40b631
mention long options in usage message
34 years ago
Per Bothner
229c82cb94
* nm.c: Modify behavior of -o flag for archives to match
BSD4.4 and Sunos 4: Prefix archive name before each line.
34 years ago
Per Bothner
2e8adbd7f4
* m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c.
* Makefile.in: Adjust accordingly.
* objdump.c: Support new-style disassemblers (ones that use
the interface of ../include/dis-asm.h).
34 years ago
Ian Lance Taylor
16788ca9fd
Removed obsolete Makefile.dos.
34 years ago
Per Bothner
7f7b0a77db
* Makefile.in: When making tar file, remove texinfo/*,
except for texinfo/texinfo.tex.
34 years ago
Per Bothner
3048fb38f0
* ardup.c: Add extern declaration of strdup.
* Makefile.in (testsuite): Add 'else true' since otherwise
Ultrix /bin/sh complains.
34 years ago
Per Bothner
ee948e4e23
In comment on how to make tar file, fix cvs tag name binutils->ld_utils.
34 years ago
Per Bothner
eba174cea6
* Makefile.in: Set VERSION to 2.1.
* README, NEWS: Updates.
* nm.c: Add -v as a synonym for -V.
34 years ago
Mike Werner
4f8b1219bf
* configure.in: added testsuite to configdirs.
* Makefile.in: added support for building testsuite.
34 years ago
Per Bothner
7721e5b345
* objdump.c (disassemble_data): Print function names when
given by bfd_find_nearest_line. If not - still print
line numbers.
34 years ago
Mike Werner
0545aa1ae9
* binutils/testsuite: made modifications to testcases, etc., to allow
them to work properly given the reorganization of deja-gnu and the
relocation of the testcases from deja-gnu to a "tool" subdirectory.
34 years ago
Ken Raeburn
d9971b8304
from minyard@bnr.ca: free up copy of section contents each time through loop
34 years ago
John Gilmore
699bfeaeb9
For MTW
34 years ago
Mike Werner
2614a439a8
* binutils/testsuite: Initial creation of binutils/testsuite.
Migrated dejagnu testcases and support files for testing nm to
binutils/testsuite from deja-gnu. These files were moved "as is"
with no modifications. This migration is part of a major overhaul
of dejagnu. The modifications to these testcases, etc., which
will allow them to work with the new version of dejagnu will be
made in a future update.
34 years ago
David D. Zuhn
7c8592905d
removing excess verbosity
34 years ago
David D. Zuhn
9c994225bf
keep NEWS, remove RCS cruft
34 years ago
Fred Fish
c921e2aa7b
* Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
* Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR.
* Makefile.in (DEMANGLER_PROG): New program to build. Add macro
and rule.
* Makefile.in (PROGS): Add DEMANGLER_PROG.
34 years ago
Ian Lance Taylor
a625bbb1e8
Tue Jan 26 11:56:33 1993 Ian Lance Taylor (ian@cygnus.com)
* copy.c, nm.c, objdump.c, size.c: Use new bfd_is_com_section
macro rather than checking for equality to bfd_com_section.
34 years ago
Per Bothner
fc561ccda8
* arsup.h (interactive), bucomm.h (program_name): Prefix
with 'extern', to avoid warnings from some compilers.
34 years ago
Steve Chamberlain
dc5dcabb9b
>
* arparse.y: fix unnecessary shift/reduce
34 years ago
Per Bothner
eeece52d14
* Makefile.in: Make check depend on all.
* Makefile.in (distclean): Remove sysdep.h.
* size.c: Use %u format where appropriate.
* objdump.c: Standardize: L_SET -> SEEK_SET.
* objdump.c: Use new macro bfd_asymbol_bfd.
* configure.in: Allow std-host as the default ${mys_host}.
34 years ago
Per Bothner
e2fe2df4d3
* Makefile.in (dist): Fix permissions before release.
* size.c: Use bfd_size_type (and long) where appropriate.
* ar.c: Make writing a map the default, to be compatible
with SYSV and Posix.2. Remove some bogus kludges that
handled __.SYMDEF directly.
* NEWS: New file.
34 years ago
K. Richard Pixley
43bbd567f2
recording file death
34 years ago
David D. Zuhn
b19753b911
include file handling changes
34 years ago
David D. Zuhn
3f97524f59
more include changes
34 years ago
John Gilmore
a644baaa03
* i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly.
34 years ago
John Gilmore
e87cc81623
Missed one use of PROTO.
34 years ago
John Gilmore
151a6341c6
Clean up some old BFD ansification macros.
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils.
It still remains as a local macro in gmalloc.c, which is derived
from some other copy of GNU Malloc somewhere (FIXME).
* ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static
fns really static.
* arsup.h: Declare extract_files.
34 years ago
Ian Lance Taylor
42b600fa46
Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com)
* config/delta88.mh, config/hp300.mh, config/hppahpux.mh,
config/i386v.mh: removed -DUSG from HDEFINES.
hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h:
defined USE_UTIME.
hosts/i386v.h: don't define POSIX_UTIME.
34 years ago
Per Bothner
918c2f61e5
* binutils.tex: Document yesterday's changes to strip and copy.
34 years ago
Per Bothner
cc8787efe1
* copy.c: Re-do command-line parsing to use getopt_long().
Add long option names. Re-think option letters to be more
consistent.
* copy.c: New function filter_symbols() for stripping only
debug-symbols and/or local symbols. Use these to support
the previously-missing options of the old FSF strip.
34 years ago
Roland Pesch
4928b97be9
Move "@c @smallbook" and "@c @cropmarks" out of titlepage, so if someone
uncomments them they affect the whole document...
34 years ago
John Gilmore
1bf20983a2
* configure.in (host): Use ${srcdir}/../bfd/configure.host rather
than repeating a copy of it here.
34 years ago
Ken Raeburn
7c9264045a
* copy.c (main): Even if is_strip, accept -d argument indicating alternate
output format. Needed by gdb for Nindy.
* m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
34 years ago
Jeffrey Osier
e31e9a8d00
added copy documentation per Roland
34 years ago
Per Bothner
8d6ae8fcc5
* Makefile.in (*clean rules): Some cleaning up.
* Makefile.in (dist): Make diststuff in gprof for a dist.
* ar.c (do_show_version): New function.
* ar.c (main): Fix so "ar -V" works.
34 years ago