diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2005-12-13 01:35:10 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-12-13 01:35:10 +0000 |
commit | 99700fec4dbbc8c293f487f4eca55e169d7894fd (patch) | |
tree | b0e3becc00675d838a0436e1675fe030f15d580f /gcc | |
parent | 9174b3cf7682cb839ace1e80c653be3c0473d8f3 (diff) | |
download | gcc-99700fec4dbbc8c293f487f4eca55e169d7894fd.zip gcc-99700fec4dbbc8c293f487f4eca55e169d7894fd.tar.gz gcc-99700fec4dbbc8c293f487f4eca55e169d7894fd.tar.bz2 |
bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for apcs/atpcs.
* config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for
apcs/atpcs.
From-SVN: r108448
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ba1eaa..40c61d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,15 @@ +2005-12-13 Paul Brook <paul@codesourcery.com> + + * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Pass -meabi=gnu for + apcs/atpcs. + 2005-12-11 Rafael Ávila de Espíndola <rafael.espindola@gmail.com> - * 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 <law@redhat.com> |