This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [commit] First cut of SOM and PA64 solib support
On Tue, 7 Dec 2004 17:38:49 -0800
Randolph Chung <randolph@tausq.org> wrote:
> One question -- none of the solib* files have entries in fnchange.lst.
> Are any entries needed?
I don't believe so. Although the filename prefixes (before the ".")
are longer than eight characters, they're all distinguishable from
existing names in the first eight characters. More concretely,
"solib-so" (from solib-som.[hc]) and "solib-pa" (from
"solib-pa64.[hc]) don't conflict in the first eight characters of any
existing names. Note that if you ever added a solib-pa32.c, you'd
have to add an entry to fnchange.lst.
(I'm sure that someone who deals with 8.3 systems more than I do will
correct me if I'm wrong...)
Kevin