Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gdb/dist/gdb



Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 07:25:52 UTC 2023

Modified Files:
        src/external/gpl3/gdb/dist/gdb: aarch64-netbsd-nat.c
            aarch64-netbsd-tdep.c ia64-netbsd-tdep.c

Log Message:
gdb/aarch64, ia64: Make constructors called correctly.

For gdb 13, _init_foo_bar functions are registered into init.c by
newly-introduced ``make-init-c'' script. It does not recognize
functions declaration with void argument. As a result, these
constructors are not called for aarch64 and ia64.

XXX
mknative later


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/aarch64-netbsd-nat.c \
    src/external/gpl3/gdb/dist/gdb/aarch64-netbsd-tdep.c \
    src/external/gpl3/gdb/dist/gdb/ia64-netbsd-tdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index