Commit 0ca8c33a by Manfred Hollstein

m68k.md (addqi3): Fix typo gen_INT vs.

�
	* config/m68k/m68k.md (addqi3): Fix typo gen_INT vs. GEN_INT.
	* flow.c (life_analysis): #include <sys/types.h> to make sure
	size_t is defined.
	* cplus-dem.c (demangle_function_name): Likewise.

From-SVN: r18696
parent 50c60d34
...@@ -109,6 +109,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -109,6 +109,7 @@ Boston, MA 02111-1307, USA. */
reg_n_calls_crosses and reg_basic_block. */ reg_n_calls_crosses and reg_basic_block. */
#include "config.h" #include "config.h"
#include <sys/types.h>
#include <stdio.h> #include <stdio.h>
#include "rtl.h" #include "rtl.h"
#include "basic-block.h" #include "basic-block.h"
......
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