diff options
author | gdb-2.5.1 <gdb@fsf.org> | 1988-05-02 01:00:00 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:30 +0100 |
commit | 632ea0ccc5c4c3f9fc06881bfedfc4b075873941 (patch) | |
tree | 96f152433c41c5f51fe57307b287eb85865a43e2 /gdb/README | |
parent | 7b4ac7e1ed2c4616bce56d1760807798be87ac9e (diff) | |
download | binutils-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.tar.gz binutils-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.tar.bz2 binutils-632ea0ccc5c4c3f9fc06881bfedfc4b075873941.zip |
gdb-2.5.1
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gdb/README b/gdb/README deleted file mode 100644 index 6e985de1572..00000000000 --- a/gdb/README +++ /dev/null @@ -1,29 +0,0 @@ -This is GDB, a source-level debugger intended for GNU, -presently running under un*x. - -Before compiling GDB, you must set three files according to -the kind of machine you are running on. - -param.h must be set up to #include an m- file for the machine. -The m- files written so far are m-vax.h, m-sun2.h and m-sun3.h. -(I believe that it is the operating system version and not -the cpu type which determines which of the two is right on a Sun.) -This file contains macro definitions that express information -about the machine's registers, stack frame format and instructions. - -initialize.h must be set up to #include an m-...init.h file. -There are two of them written: m-vaxinit.h and m-suninit.h. -This file defines one macro, which says how to round up from the -address of the end of the text of one .o file to the beginning of -the text of the next .o file. - -pinsn.c must be set up to include the instruction printer for -your cpu type. The two printers that exist are vax-pinsn.c -and m68k-pinsn.c. - -`Makefile' must be changed to say `OBSTACK = obstack.o' instead of -`OBSTACK=-lobstack' (unless you want to install obstack.o as -/lib/libobstack.a). - -Once these files are set up, just `make' will do everything, -producing an executable `gdb' in this directory. |