OSDN Git Service

* doc/rtl.texi (hardware types): Add pc.
authordevans <devans>
Tue, 11 Aug 2009 15:56:00 +0000 (15:56 +0000)
committerdevans <devans>
Tue, 11 Aug 2009 15:56:00 +0000 (15:56 +0000)
cgen/ChangeLog
cgen/doc/rtl.texi

index 7bdcce2..c18e38a 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-11  Doug Evans  <dje@sebabeach.org>
+
+       * doc/rtl.texi (hardware types): Add pc.
+
 2009-08-07  Doug Evans  <dje@sebabeach.org>
 
        Add -t option for tracing things like commands, pmacro expansion.
index 08d0876..c8153ae 100644 (file)
@@ -845,9 +845,11 @@ provided.
 
 @subsection type
 
-This is the type of hardware.  Current values are: @samp{register},
+This is the type of hardware.  Current values are: @samp{pc}, @samp{register},
 @samp{memory}, and @samp{immediate}.
 
+For @samp{pc}, see @xref{Program counter}.
+
 For registers the syntax is one of:
 
 @example
@@ -1109,6 +1111,7 @@ data address (data only)
 instruction address (instructions only)
 @end table
 
+@anchor{Program counter}
 @subsection Program counter
 
 The program counter must be defined and is not a builtin.