From a9f570e7bd76112ff2e24a0ca2847b93365867c5 Mon Sep 17 00:00:00 2001 From: vrokas Date: Tue, 12 Oct 2004 09:49:27 +0000 Subject: [PATCH] * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external reference to a deprecated symbol _GPTRREG was causing failure to link. Thanks G. M. Gallant for the info. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3535 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 9 ++++++++- device/lib/pic16/libsdcc/gptr/gptrput2.c | 1 - device/lib/pic16/libsdcc/gptr/gptrput3.c | 1 - device/lib/pic16/libsdcc/gptr/gptrput4.c | 1 - 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea84b81c..f2e7c930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +2004-10-12 Vangelis Rokas + + * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external + reference to a deprecated symbol _GPTRREG was causing failure to + link. Thanks G. M. Gallant for the info. + 2004-10-12 Slade Rich - * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in comments for Bugs item #954788. + * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in + comments for Bugs item #954788. 2004-10-10 Vangelis Rokas diff --git a/device/lib/pic16/libsdcc/gptr/gptrput2.c b/device/lib/pic16/libsdcc/gptr/gptrput2.c index 3bef2928..710cd953 100644 --- a/device/lib/pic16/libsdcc/gptr/gptrput2.c +++ b/device/lib/pic16/libsdcc/gptr/gptrput2.c @@ -44,7 +44,6 @@ extern TBLPTRU; extern TABLAT; extern PRODL; extern PRODH; -extern _GPTRREG; void _gptrput2(void) _naked { diff --git a/device/lib/pic16/libsdcc/gptr/gptrput3.c b/device/lib/pic16/libsdcc/gptr/gptrput3.c index 80e562e5..0cd9d2e5 100644 --- a/device/lib/pic16/libsdcc/gptr/gptrput3.c +++ b/device/lib/pic16/libsdcc/gptr/gptrput3.c @@ -44,7 +44,6 @@ extern TBLPTRU; extern TABLAT; extern PRODL; extern PRODH; -extern _GPTRREG; void _gptrput3(void) _naked { diff --git a/device/lib/pic16/libsdcc/gptr/gptrput4.c b/device/lib/pic16/libsdcc/gptr/gptrput4.c index d8358e5e..4bb503d5 100644 --- a/device/lib/pic16/libsdcc/gptr/gptrput4.c +++ b/device/lib/pic16/libsdcc/gptr/gptrput4.c @@ -44,7 +44,6 @@ extern TBLPTRU; extern TABLAT; extern PRODL; extern PRODH; -extern _GPTRREG; void _gptrput4(void) _naked { -- 2.47.2