diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 23:15:06 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-17 23:15:06 +0000 |
| commit | 8a9d312bef9445ca5d5f92bfb2c101793f9151ec (patch) | |
| tree | 257e27cdc35951fe5d850fba17f78a970c4d6370 | |
| parent | 7fe4cfe2683a9fee71ad0cf68694c4dca0c147e4 (diff) | |
| download | ppe42-gcc-8a9d312bef9445ca5d5f92bfb2c101793f9151ec.tar.gz ppe42-gcc-8a9d312bef9445ca5d5f92bfb2c101793f9151ec.zip | |
* doc/rtl.texi (Flags): Grammar fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90830 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/doc/rtl.texi | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 477aef768ec..1b51ad2cccc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-18 Ben Elliston <bje@au.ibm.com> + + * doc/rtl.texi (Flags): Grammar fix. + 2004-11-17 Kazu Hirata <kazu@cs.umass.edu> * expmed.c (alg_code): Add alg_unknown. @@ -54,7 +58,7 @@ 2004-11-17 Steven Bosscher <stevenb@suse.de> - * tree-ssa-propagate.c (cfg_blocks_add) Assert we're not trying + * tree-ssa-propagate.c (cfg_blocks_add): Assert we're not trying to insert the exit or entry block. (ssa_prop_init): Use add_control_edge to seed the algorithm. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 0672d03a6c4..e82d0c0b5e6 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -725,7 +725,7 @@ Stored in the @code{integrated} field and printed as @samp{/i}. @item MEM_READONLY_P (@var{x}) Nonzero in a @code{mem}, if the memory is statically allocated and read-only. -Read-only in this context never modified during the lifetime of the +Read-only in this context means never modified during the lifetime of the program, not necessarily in ROM or in write-disabled pages. A common example of the later is a shared library's global offset table. This table is initialized by the runtime loader, so the memory is technically |

