diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-26 16:46:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-26 16:46:05 +0000 |
commit | 3f221096b900df6efd0523d8ae45cb6f54cce89e (patch) | |
tree | 62bb4445e139ab2edd4e289370f94b78850be705 | |
parent | 19f080ab4e5a98d7c3a32ff83d19a9e3c338e245 (diff) | |
download | gdb-3f221096b900df6efd0523d8ae45cb6f54cce89e.zip gdb-3f221096b900df6efd0523d8ae45cb6f54cce89e.tar.gz gdb-3f221096b900df6efd0523d8ae45cb6f54cce89e.tar.bz2 |
Corrected name of tiny data area label.
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/doc/c-v850.texi | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6f62dc0..708002f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-v850 +Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com> + + * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area + pointer. +end-sanitize-v850 + Tue Aug 26 12:23:25 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-i386.c (md_assemble): In JumpByte case, when looking diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index e34ddba..76ff81b 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -47,7 +47,7 @@ r0, zero @item general register 1 r1 @item general register 2 -r2 +r2, hp @cindex @code{sp} register, V850 @item general register 3 r3, sp @@ -236,7 +236,7 @@ loads the contents of the location pointed to by the label '_a_variable' into register 6, provided that the label is located somewhere within 256 bytes of the address held in the EP register. [Note the linker assumes that the EP register contains a fixed address set to the address of the -label called '--ep']. +label called '__ep']. @cindex @code{zdaoff} pseudo-op, V850 @item zdaoff() |