mirror of git://gcc.gnu.org/git/gcc.git
parent
65de66590d
commit
4ac1dacf91
|
@ -1,3 +1,7 @@
|
||||||
|
2012-05-29 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* mf-impl.h: Fix typo.
|
||||||
|
|
||||||
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
|
@ -46,7 +46,7 @@ typedef __mf_uintptr_t uintptr_t;
|
||||||
|
|
||||||
/* Private definitions related to mf-runtime.h */
|
/* Private definitions related to mf-runtime.h */
|
||||||
|
|
||||||
#define __MF_TYPE_MAX_CEM __MF_TYPE_STACK /* largest type# for the cemetary */
|
#define __MF_TYPE_MAX_CEM __MF_TYPE_STACK /* largest type# for the cemetery */
|
||||||
#define __MF_TYPE_MAX __MF_TYPE_GUESS
|
#define __MF_TYPE_MAX __MF_TYPE_GUESS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue