diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-06-14 09:03:52 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-06-14 09:03:52 +0000 |
commit | 2fb4b302aae40bf05c70dbcfb34a14959435354f (patch) | |
tree | a677d28b72fc4c47a6a78539082074945aa2ab58 /gas/ChangeLog | |
parent | 5ce5db06f19972530c86aacc3b501723b788699e (diff) | |
download | gdb-2fb4b302aae40bf05c70dbcfb34a14959435354f.zip gdb-2fb4b302aae40bf05c70dbcfb34a14959435354f.tar.gz gdb-2fb4b302aae40bf05c70dbcfb34a14959435354f.tar.bz2 |
gas/
2011-06-14 Tristan Gingold <gingold@adacore.com>
* config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
(tc_new_dot_label): Define.
(ppc_new_dot_label): Declare.
* config/tc-ppc.c (ppc_frob_label): Set within target field.
(ppc_fix_adjustable): Use this field to adjust the reloc.
(ppc_new_dot_label): New function.
gas/testsuite/
2011-06-14 Tristan Gingold <gingold@adacore.com>
* gas/ppc/test1xcoff32.d: Adjust for csect anchor.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 43a1dff..66cf820 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2011-06-14 Tristan Gingold <gingold@adacore.com> + + * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within. + (tc_new_dot_label): Define. + (ppc_new_dot_label): Declare. + * config/tc-ppc.c (ppc_frob_label): Set within target field. + (ppc_fix_adjustable): Use this field to adjust the reloc. + (ppc_new_dot_label): New function. + 2011-06-14 Alan Modra <amodra@gmail.com> * po/POTFILES.in: Regenerate. |