aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/libmad-armv7-thumb-pt1.patch
blob: 86339ddad8c5edd1e27819cdde114005b0962942 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Copied from Debian.

From: Konstantinos Margaritis <markos@debian.org>
Subject: use "adr" instead of "add" to make code ready for thumb2

--- ./imdct_l_arm.S.orig	2010-02-25 13:25:23.000000000 +0100
+++ ./imdct_l_arm.S	2010-02-25 13:27:26.000000000 +0100
@@ -468,7 +468,7 @@
 
     @----
 
-    add     r2, pc, #(imdct36_long_karray-.-8)  @ r2 = base address of Knn array (PIC safe ?)
+    adr     r2, imdct36_long_karray
 
 
 loop:
sg-avail'>...Julien Lepiller 2021-08-04nls: Update translations....Julien Lepiller 2021-05-03nls: Guard against the list of translated Texinfo files becoming stale....Julien Lepiller 2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller 2021-04-18nls: Add Korean translation....Julien Lepiller 2021-04-18nls: Add Italian translation....Julien Lepiller 2021-04-18nls: Add Persian translation....Julien Lepiller 2021-04-18nls: Add Slovak translation....Julien Lepiller 2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller 2021-04-18nls: Add French translation of the cookbook.Julien Lepiller 2021-04-18doc: Fix pxref translation issue....Julien Lepiller 2020-10-27doc: Fix xref translation macro....Ludovic Courtès 2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....Jan Nieuwenhuizen 2020-04-24doc: Ensure guix-daemon is built before creating guix-daemon.1....Marius Bakke 2020-04-23build: Don't build man pages when cross-compiling....Ludovic Courtès 2020-04-23doc: Build more man pages....Ludovic Courtès 2020-04-16doc: Document building and installing from JSON files....Ricardo Wurmus 2020-02-17doc: Add German Cookbook translation....Florian Pelz 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus 2019-05-25Merge branch 'staging' into core-updatesMarius Bakke