From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH 1/2] libfdt: Add version.lds file Date: Tue, 25 Nov 2008 10:50:32 -0600 Message-ID: References: <20081125142149.GB2340@yoda.jdub.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20081125142149.GB2340-JVa43G0qJ78RlTYtMZUE4cJ8OCA1ciLf@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: Josh Boyer Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > Add the initial symbol versioning file as groundwork for creating > a libfdt shared library > > Signed-off-by: Josh Boyer > --- > libfdt/version.lds | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 48 insertions(+), 0 deletions(-) > create mode 100644 libfdt/version.lds > > diff --git a/libfdt/version.lds b/libfdt/version.lds > new file mode 100644 > index 0000000..7d90672 > --- /dev/null > +++ b/libfdt/version.lds > @@ -0,0 +1,48 @@ > +LIBFDT_1.2 { > + global: > + fdt_next_node; > + fdt_check_header; > + fdt_move; > + fdt_string; Oh wow.... Any mechanism for making this a NOT hard-coded list? Some in-source macro-doo-dad-flag-setup-section-list thing? jdl