[Lsb-messages] /var/www/bzr/lsb/devel/lsbspec r3868: correct old bulk-edit error in ELF/generic, affects objfmt.sgml

Mats Wichmann mats at linuxfoundation.org
Mon Dec 31 17:09:49 UTC 2012


------------------------------------------------------------
revno: 3868
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsbspec
timestamp: Mon 2012-12-31 10:09:49 -0700
message:
  correct old bulk-edit error in ELF/generic, affects objfmt.sgml
modified:
  ELF/generic/objfmt/makefile
  ELF/generic/objfmt/objfmt.sgml
  makefile
-------------- next part --------------
=== modified file 'ELF/generic/objfmt/makefile'
--- a/ELF/generic/objfmt/makefile	2012-12-06 19:29:18 +0000
+++ b/ELF/generic/objfmt/makefile	2012-12-31 17:09:49 +0000
@@ -27,5 +27,5 @@
 
 
 objfmt.sgml: abinote.sgml ehframehdr.sgml elfsect.sgml elfsecttypes.sgml
-objfmt.sgml: linuxsect.sgml linuxsecttypes.sgml symtarget_version.sgml dwarfext.sgml
+objfmt.sgml: linuxsect.sgml linuxsecttypes.sgml symversion.sgml dwarfext.sgml
 objfmt.sgml: ehframe.sgml dwarfenc.sgml

=== modified file 'ELF/generic/objfmt/objfmt.sgml'
--- a/ELF/generic/objfmt/objfmt.sgml	2008-01-03 19:00:50 +0000
+++ b/ELF/generic/objfmt/objfmt.sgml	2012-12-31 17:09:49 +0000
@@ -60,10 +60,8 @@
 <XREF LINKEND="std.gABI41">
 and the
 <XREF LINKEND="std.ABIupdate">.
-<!-- Start of text generated from database -->
-<!-- generated from the LSB specification database -->
-<!--    by $Header: mksecttypestable 1.10 2005-05-18 15:28:19 anderson Exp 0 -->
-<!--    at Thu Jan  3 11:50:36 2008 -->
+<!-- Start of generated text - do not edit! -->
+<!-- generated from the LSB specification database by mksecttypestable -->
 <TABLE ID=tbl.ABIUpdate>
 <TITLE>ELF Section Types</TITLE>
 <TGROUP COLS=3>
@@ -98,7 +96,6 @@
 </TGROUP>
 </TABLE>
 <!-- End of text generated from database -->
-<!--    by $Header: mksecttypestable 1.10 2005-05-18 15:28:19 anderson Exp 0 -->
 
 </PARA>
 </SECT3>
@@ -107,10 +104,8 @@
 <PARA>
 The following additional section types are defined here.
 
-<!-- Start of text generated from database -->
-<!-- generated from the LSB specification database -->
-<!--    by $Header: mksecttypestable 1.10 2005-05-18 15:28:19 anderson Exp 0 -->
-<!--    at Thu Jan  3 11:50:36 2008 -->
+<!-- Start of generated text - do not edit! -->
+<!-- generated from the LSB specification database by mksecttypestable -->
 <TABLE ID=tbl.LSB>
 <TITLE>Additional Section Types</TITLE>
 <TGROUP COLS=3>
@@ -126,7 +121,6 @@
 </TGROUP>
 </TABLE>
 <!-- End of text generated from database -->
-<!--    by $Header: mksecttypestable 1.10 2005-05-18 15:28:19 anderson Exp 0 -->
 
 </PARA>
 </SECT3>
@@ -147,10 +141,8 @@
 <XREF LINKEND="std.gABI41">
 and the
 <XREF LINKEND="std.ABIupdate">.
-<!-- Start of text generated from database -->
-<!-- generated from the LSB specification database -->
-<!--    by $Header: mksectiontable 1.14 2006-02-14 02:07:22 nick Exp 0 -->
-<!--    at Thu Jan  3 11:50:36 2008 -->
+<!-- Start of generated text - do not edit! -->
+<!-- generated from the LSB specification database by mksectiontable -->
 <TABLE>
 <TITLE>ELF Special Sections</TITLE>
 <TGROUP COLS=3>
@@ -160,7 +152,7 @@
 </THEAD>
 <TBODY>
 <ROW><ENTRY>.bss</ENTRY><ENTRY>SHT_NOBITS</ENTRY><ENTRY>SHF_ALLOC+SHF_WRITE</ENTRY></ROW>
-<ROW><ENTRY>.comment</ENTRY><ENTRY>SHT_PROGBITS</ENTRY><ENTRY>0</ENTRY></ROW>
+<ROW><ENTRY>.comment</ENTRY><ENTRY>SHT_PROGBITS</ENTRY><ENTRY>SHF_MERGE+SHF_STRINGS</ENTRY></ROW>
 <ROW><ENTRY>.data</ENTRY><ENTRY>SHT_PROGBITS</ENTRY><ENTRY>SHF_ALLOC+SHF_WRITE</ENTRY></ROW>
 <ROW><ENTRY>.data1</ENTRY><ENTRY>SHT_PROGBITS</ENTRY><ENTRY>SHF_ALLOC+SHF_WRITE</ENTRY></ROW>
 <ROW><ENTRY>.debug</ENTRY><ENTRY>SHT_PROGBITS</ENTRY><ENTRY>0</ENTRY></ROW>
@@ -218,7 +210,6 @@
 <VARLISTENTRY><TERM>.text</TERM><LISTITEM><PARA>This section holds the `text', or executable instructions, of a program.</PARA></LISTITEM></VARLISTENTRY>
 </VARIABLELIST>
 <!-- End of text generated from database -->
-<!--    by $Header: mksectiontable 1.14 2006-02-14 02:07:22 nick Exp 0 -->
 
 </PARA>
 </SECT3>
@@ -227,10 +218,8 @@
 <PARA>
 Object files in an LSB conforming application may also contain one or more of 
 the additional special sections described below.
-<!-- Start of text generated from database -->
-<!-- generated from the LSB specification database -->
-<!--    by $Header: mksectiontable 1.14 2006-02-14 02:07:22 nick Exp 0 -->
-<!--    at Thu Jan  3 11:50:36 2008 -->
+<!-- Start of generated text - do not edit! -->
+<!-- generated from the LSB specification database by mksectiontable -->
 <TABLE>
 <TITLE>Additional Special Sections</TITLE>
 <TGROUP COLS=3>
@@ -275,7 +264,6 @@
 <VARLISTENTRY><TERM>.stabstr</TERM><LISTITEM><PARA>This section contains strings associated with the debugging infomation contained in the .stab section.</PARA></LISTITEM></VARLISTENTRY>
 </VARIABLELIST>
 <!-- End of text generated from database -->
-<!--    by $Header: mksectiontable 1.14 2006-02-14 02:07:22 nick Exp 0 -->
 
 </PARA>
 </SECT3>

=== modified file 'makefile'
--- a/makefile	2012-12-31 17:05:38 +0000
+++ b/makefile	2012-12-31 17:09:49 +0000
@@ -19,7 +19,6 @@
 
 all::
 	find . -name '*.m4' | xargs touch
-	#find . -name '*.sed' | xargs touch
 	for dir in $(SUBDIRS);do (cd $$dir && $(MAKE) all);done
 
 all:: intlists
@@ -42,13 +41,11 @@
 
 autobuild:
 	find . -name '*.m4' | xargs touch
-	#find . -name '*.sed' | xargs touch
 	for dir in $(SUBDIRS);do (cd $$dir && $(MAKE) autobuild);done
 	tar czf LSBrtfs.tar.gz `find book booksets -name '*.rtf' -o -name '*.eps'`
 
 relbuild: intlists
 	find . -name '*.m4' | xargs touch
-	#find . -name '*.sed' | xargs touch
 	for dir in $(DOCDIRS);do (cd $$dir && $(MAKE) gensrc source);done
 
 clean::



More information about the lsb-messages mailing list