This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 78c2f424574 [Ada] Spurious error on prefixed call in an instantiation new 6fceef7a281 Clean up of new format of -falign-FOO. new 5e56dfb1c09 Fix coding style of ASM_OUTPUT_ALIGN. new be7b5a88fa5 Define MAX_CODE_ALIGN globally. new 67d2ec77af1 Do not enable OPT_falign_* for -Os.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 138 +++++++++++++++++++ gcc/align.h | 80 +++++++++++ gcc/common/config/i386/i386-common.c | 3 - gcc/config/alpha/alpha.c | 5 +- gcc/config/i386/att.h | 2 +- gcc/config/i386/cygming.h | 2 +- gcc/config/i386/gas.h | 2 +- gcc/config/i386/i386.c | 5 +- gcc/config/i386/x86-64.h | 2 +- gcc/config/iq2000/iq2000.h | 2 +- gcc/config/m32r/m32r.h | 3 +- gcc/config/m68k/m68k.c | 10 +- gcc/config/nds32/nds32.h | 9 +- gcc/config/pa/pa.h | 2 +- gcc/config/powerpcspe/powerpcspe.c | 18 +-- gcc/config/rs6000/rs6000-protos.h | 2 +- gcc/config/rs6000/rs6000.c | 18 +-- gcc/config/rx/rx-protos.h | 2 +- gcc/config/rx/rx.c | 59 ++++---- gcc/config/rx/rx.h | 6 +- gcc/config/s390/s390.c | 9 +- gcc/config/sh/sh.c | 19 +-- gcc/config/sparc/sol2.h | 2 +- gcc/config/sparc/sparc.h | 2 +- gcc/config/spu/spu.c | 6 +- gcc/config/spu/spu.h | 2 +- gcc/config/visium/visium.c | 2 +- gcc/config/visium/visium.h | 17 +-- gcc/coretypes.h | 1 + gcc/doc/tm.texi | 24 ---- gcc/doc/tm.texi.in | 8 -- gcc/final.c | 189 +++++++------------------- gcc/flags.h | 38 +----- gcc/opts.c | 12 +- gcc/output.h | 6 +- gcc/system.h | 2 - gcc/target.def | 40 ------ gcc/targhooks.h | 4 - gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/powerpc/loop_align.c | 2 +- gcc/toplev.c | 44 ++---- gcc/varasm.c | 14 +- 42 files changed, 405 insertions(+), 412 deletions(-) create mode 100644 gcc/align.h