Commit 80fa0b4c by Dan Nicolaescu Committed by Gerald Pfeifer

* rtl.def (NOTE): Do not use padding.

From-SVN: r69257
parent 1ea6f4c8
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*
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment