* rtl.def (NOTE): Do not use padding.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 11 Jul 2003 23:49:43 +0000 (23:49 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 11 Jul 2003 23:49:43 +0000 (23:49 +0000)
From-SVN: r69257

gcc/ChangeLog
gcc/rtl.def

index 6f0a49ae94aacf03553e36e76871f513ac384e8a..f7423fc016157efa4998ac83d63b83fc390ac564 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * rtl.def (NOTE): Do not use padding.
+
 2003-07-11  Dara Hazeghi  <dhazeghi@yahoo.com>
 
        * doc/install.tex: Update required binutils for i?86-*-linux*
index 54b6940e780d5f8b818e8a77668fcff37e9f10ae..3f5bcef90df32017c0de2c09ff45a7d0779e65cf 100644 (file)
@@ -631,10 +631,8 @@ DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", 'x')
    Operand:
    5: filename, if line number > 0, note-specific data otherwise.
    6: line number if > 0, enum note_insn otherwise.
-   7: unique number if line number == note_insn_deleted_label.
-   8-9: padding so that notes and insns are the same size, and thus
-         allocated from the same page ordering.  */
-DEF_RTL_EXPR(NOTE, "note", "iuuB0ni00", 'x')
+   7: unique number if line number == note_insn_deleted_label.  */
+DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", 'x')
 
 /* ----------------------------------------------------------------------
    Top level constituents of INSN, JUMP_INSN and CALL_INSN.