diff options
Diffstat (limited to 'mpn/x86_64/rsh1add_n.asm')
-rw-r--r-- | mpn/x86_64/rsh1add_n.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86_64/rsh1add_n.asm b/mpn/x86_64/rsh1add_n.asm index 19ca54205..5d9d14bf2 100644 --- a/mpn/x86_64/rsh1add_n.asm +++ b/mpn/x86_64/rsh1add_n.asm @@ -16,8 +16,8 @@ dnl License for more details. dnl You should have received a copy of the GNU Lesser General Public License dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to -dnl the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -dnl MA 02111-1307, USA. +dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +dnl MA 02110-1301, USA. include(`../config.m4') |