From 8300f92684e77612f25d83ea616457a17ca7577b Mon Sep 17 00:00:00 2001 From: pbrook Date: Tue, 13 Dec 2005 01:35:10 +0000 Subject: [PATCH] * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for apcs/atpcs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108448 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ba1eaa5e49..40c61d90666 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,15 @@ +2005-12-13 Paul Brook + + * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for + apcs/atpcs. + 2005-12-11 Rafael Ávila de Espíndola - * tree-flow.h: Allow compilation with a C++ compiler. - (struct edge_prediction): Prefix all field names with "ep_". - * predict.c (tree_predicted_by_p): Likewise for struct edge_prediction. - (tree_predict_edge, combine_predictions_for_bb): Likewise. - (remove_predictions_associated_with_edge): Likewise. + * tree-flow.h: Allow compilation with a C++ compiler. + (struct edge_prediction): Prefix all field names with "ep_". + * predict.c (tree_predicted_by_p): Likewise for struct edge_prediction. + (tree_predict_edge, combine_predictions_for_bb): Likewise. + (remove_predictions_associated_with_edge): Likewise. 2005-12-12 Jeff Law -- 2.11.4.GIT