diff options
author | Jim Wilson <jim.wilson@linaro.org> | 2015-11-10 09:19:45 -0800 |
---|---|---|
committer | Jim Wilson <jim.wilson@linaro.org> | 2015-11-10 09:19:45 -0800 |
commit | 6b21c2bf57ecb18d7df949391ffc178f00b85630 (patch) | |
tree | f983141847b36c45e531e155fb5f504f53002e48 /gas/doc | |
parent | 634a9f67d95161fa0182fc38601832c98bf62ffa (diff) | |
download | gdb-6b21c2bf57ecb18d7df949391ffc178f00b85630.zip gdb-6b21c2bf57ecb18d7df949391ffc178f00b85630.tar.gz gdb-6b21c2bf57ecb18d7df949391ffc178f00b85630.tar.bz2 |
Add Qualcomm qdf24xx support.
gas/
* config/tc-aarch64.c (aarch64_cpus): Add qdf24xx.
* config/tc-arm.c (arm_cpus): Likewise.
* doc/c-arm.texi, doc/c-aarch64.texi: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 2053990..e3ca09d 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -59,6 +59,7 @@ on the target processor. The following processor names are recognized: @code{cortex-a57}, @code{cortex-a72}, @code{exynos-m1}, +@code{qdf24xx}, @code{thunderx}, @code{xgene1} and diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index e41943b..661f631 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -135,6 +135,7 @@ recognized: @code{exynos-m1}, @code{marvell-pj4}, @code{marvell-whitney}, +@code{qdf24xx}, @code{xgene1}, @code{xgene2}, @code{ep9312} (ARM920 with Cirrus Maverick coprocessor), |