diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-23 02:14:21 +0000 |
commit | 436d9e46434ecc4ee860265c8f7f8c11bcb9904f (patch) | |
tree | c57081487c533cd788022128c35de3b59af0d72d /gas/README-vms | |
parent | 35bb18ac33578e5591761b842e1f6d1cab6e89ab (diff) | |
download | gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.zip gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.gz gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.bz2 |
* README-vms: Fix comment typos.
* as.h: Likewise.
* dwarf2dbg.c: Likewise.
* ecoff.c: Likewise.
* hash.c: Likewise.
* listing.c: Likewise.
* write.c: Likewise.
Diffstat (limited to 'gas/README-vms')
-rw-r--r-- | gas/README-vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/README-vms b/gas/README-vms index 796c603..f3ee10e 100644 --- a/gas/README-vms +++ b/gas/README-vms @@ -150,7 +150,7 @@ tracebacks. 5) If you are using the GNU-C++ compiler, you should modify the compiler driver file GNU_CC:[000000]GCC.COM (or GXX.COM). If you have a -seperate GXX.COM, then you need to change one line in GXX.COM to: +separate GXX.COM, then you need to change one line in GXX.COM to: $ if f$locate("D",p2) .ne. P2_Length then Debug = " ""-G0""" Notice zero---> ^ If you are using a GCC.COM that does both C and C++, add the following lines to @@ -196,7 +196,7 @@ you have called the function, and you can examine variables and so forth. There are several *very* important differences, however. First of all, since there is no function call involved, you cannot step over the inline function call - you always step into it. Secondly, since the same source lines are used -in many locations, there is a seperate copy of the source for *each* usage. +in many locations, there is a separate copy of the source for *each* usage. Without this, breakpoints do not work, since we must have a 1-to-1 mapping between source lines and PC. Since you cannot step over inline function calls, it can be a real pain |