This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: USE_LOAD_PRE_DECREMENT et al




  In message <14076.20585.192321.116088@ongaonga.elec.canterbury.ac.nz>you
  > write:

  > Two months ago a number of new target macros snuck their way into egcs
  > for controlling the use of autoincrement generation.  This patch adds
  > the missing definitions to complete the set and tidies up the
  > documentation.  I've also moved the default definitions to rtl.h since
  > they are useful to other parts of the compiler.
  > 
  > Michael.
  > 
  > Sat Mar 27 15:23:05 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
  > 
  > 	* tm.texi (USE_LOAD_POST_DECREMENT, USE_LOAD_PRE_DECREMENT,
  > 	USE_STORE_POST_DECREMENT, USE_STORE_PRE_DECREMENT): Document.
  > 	(USE_LOAD_POST_INCREMENT, USE_LOAD_PRE_INCREMENT,
  > 	USE_STORE_POST_INCREMENT, USE_STORE_PRE_INCREMENT): Fix documentation.
  > 
  > 	* rtl.h	(USE_LOAD_POST_DECREMENT, USE_LOAD_PRE_DECREMENT,
  > 	USE_STORE_POST_DECREMENT, USE_STORE_PRE_DECREMENT,
  > 	USE_LOAD_POST_INCREMENT, USE_LOAD_PRE_INCREMENT,
  > 	USE_STORE_POST_INCREMENT, USE_STORE_PRE_INCREMENT): Provide default
  > 	definition.
  > 
  > 	* expr.c: (USE_LOAD_POST_INCREMENT, USE_LOAD_PRE_INCREMENT,
  > 	USE_STORE_POST_INCREMENT, USE_STORE_PRE_INCREMENT): Delete default
  > 	definition.
  > 	
Approved.  Thanks.

jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]