Commit b2e2d0cc by Eric Christopher Committed by Eric Christopher

varasm.c (make_decl_rtl): Fix comment for removed halfpic.c.

2002-06-05  Eric Christopher  <echristo@redhat.com>

	* varasm.c (make_decl_rtl): Fix comment for removed
	halfpic.c.

From-SVN: r54298
parent 0f81faf6
2002-06-05 Eric Christopher <echristo@redhat.com> 2002-06-05 Eric Christopher <echristo@redhat.com>
* varasm.c (make_decl_rtl): Fix comment for removed
halfpic.c.
2002-06-05 Eric Christopher <echristo@redhat.com>
* Makefile.in: Remove missed halfpic bits. * Makefile.in: Remove missed halfpic bits.
2002-06-05 Eric Christopher <echristo@redhat.com> 2002-06-05 Eric Christopher <echristo@redhat.com>
......
...@@ -823,8 +823,11 @@ make_decl_rtl (decl, asmspec) ...@@ -823,8 +823,11 @@ make_decl_rtl (decl, asmspec)
SET_DECL_RTL (decl, adjust_address_nv (DECL_RTL (decl), SET_DECL_RTL (decl, adjust_address_nv (DECL_RTL (decl),
DECL_MODE (decl), 0)); DECL_MODE (decl), 0));
/* ??? Another way to do this would be to do what halfpic.c does /* ??? Another way to do this would be to maintain a hashed
and maintain a hashed table of such critters. */ table of such critters. Instead of adding stuff to a DECL
to give certain attributes to it, we could use an external
hash map from DECL to set of attributes. */
/* Let the target reassign the RTL if it wants. /* Let the target reassign the RTL if it wants.
This is necessary, for example, when one machine specific This is necessary, for example, when one machine specific
decl attribute overrides another. */ decl attribute overrides another. */
......
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