Skip to content
Snippets Groups Projects
  • Michael Meissner's avatar
    ad1a0853
    rs6000-cpus.def (POWERPC_MASKS): Don't assume OPTION_MASK_STRICT_ALIGN is defined. · ad1a0853
    Michael Meissner authored
    
    [gcc]
    2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
    	    Dominique Dhumieres  <dominiq@lps.ens.fr>
    
    	* config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Don't assume
    	OPTION_MASK_STRICT_ALIGN is defined.
    	(MASK_STRICT_ALIGN): If OPTION_MASK_STRICT_ALIGN is not defined,
    	define this to 0 for the 3 ports that use it.
    
    	* config/rs6000/rs6000.c (OPTION_MASK_STRICT_ALIGN): Don't do
    	check for ports not having -mstrict-align here, move test to
    	rs6000-cpus.def.
    	(MASK_STRICT_ALIGN): Likewise.
    	(rs6000_debug_reg_global): Print out correct target flag words if
    	-mdebug=reg.
    
    [libobjc]
    2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
    
    	* encoding.c (TARGET_VSX): Provide definitions based on the
    	current compilation options, and not based off the target options
    	structure.
    	(TARGET_ALTIVEC): Likewise.
    	(TARGET_64BIT): Likewise.
    
    
    Co-Authored-By: default avatarDominique d'Humieres <dominiq@lps.ens.fr>
    
    From-SVN: r192623
    ad1a0853
    History
    rs6000-cpus.def (POWERPC_MASKS): Don't assume OPTION_MASK_STRICT_ALIGN is defined.
    Michael Meissner authored
    
    [gcc]
    2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
    	    Dominique Dhumieres  <dominiq@lps.ens.fr>
    
    	* config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Don't assume
    	OPTION_MASK_STRICT_ALIGN is defined.
    	(MASK_STRICT_ALIGN): If OPTION_MASK_STRICT_ALIGN is not defined,
    	define this to 0 for the 3 ports that use it.
    
    	* config/rs6000/rs6000.c (OPTION_MASK_STRICT_ALIGN): Don't do
    	check for ports not having -mstrict-align here, move test to
    	rs6000-cpus.def.
    	(MASK_STRICT_ALIGN): Likewise.
    	(rs6000_debug_reg_global): Print out correct target flag words if
    	-mdebug=reg.
    
    [libobjc]
    2012-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
    
    	* encoding.c (TARGET_VSX): Provide definitions based on the
    	current compilation options, and not based off the target options
    	structure.
    	(TARGET_ALTIVEC): Likewise.
    	(TARGET_64BIT): Likewise.
    
    
    Co-Authored-By: default avatarDominique d'Humieres <dominiq@lps.ens.fr>
    
    From-SVN: r192623