summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-14 01:44:16 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-14 01:44:16 +0000
commit5848d932e5de980f316571638ce34d0cfd9c65be (patch)
tree4e5b067861e6ecdc212d91060a0361e520d9c1f4
parentb6d1bb58b0559b537a638b1d7c8ff05ced19cf87 (diff)
Use "-c" flag to mkg3states to add "const" tags to data tables. (Moves
~135k from unshared/rw data section to shared/ro text section)
-rw-r--r--ChangeLog6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ce4d29..e183618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-13 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * src/Makefile.am:
+ Use "-c" flag to mkg3states to add "const" tags to data tables.
+ (Moves ~135k from unshared/rw data section to shared/ro text section)
+
2005-07-08 Keith Packard <keithp@keithp.com>
* .cvsignore:
diff --git a/src/Makefile.am b/src/Makefile.am
index 4300845..458a4f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ liblbxutil_la_LIBADD = @DEP_LIBS@
INCLUDES = @DEP_CFLAGS@
g3states.h: mkg3states
- ./mkg3states > g3states.h_ && mv g3states.h_ g3states.h
+ ./mkg3states -c > g3states.h_ && mv g3states.h_ g3states.h
#
# Library version info. Check the libtool docs for