diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-03 18:23:38 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:12 -0500 |
commit | b20441f22887a09e52d843e9b44bd7668c8a468c (patch) | |
tree | 359d8f2a64a54229666c8cbd2561949b8ab09ffb /gnu-system.am | |
parent | 1602fcea18879f855f906cf21bb6ee849cbf62c2 (diff) | |
download | patches-b20441f22887a09e52d843e9b44bd7668c8a468c.tar patches-b20441f22887a09e52d843e9b44bd7668c8a468c.tar.gz |
gnu: gdb: Fix opcode table for Loongson fused multiply-add.
* gnu/packages/patches/gdb-loongson-madd-fix.patch: New file.
* gnu/packages/gdb.scm (gdb): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 80d9438ad3..548f076c4c 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -220,6 +220,7 @@ dist_patch_DATA = \ gnu/packages/patches/flex-bison-tests.patch \ gnu/packages/patches/gawk-shell.patch \ gnu/packages/patches/gcc-cross-environment-variables.patch \ + gnu/packages/patches/gdb-loongson-madd-fix.patch \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ gnu/packages/patches/glib-tests-newnet.patch \ |