mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 05:55:23 +08:00
Move top-level Makefile.def/Makefile.in to the top-level ChangeLog
This commit is contained in:
parent
c0ea7c52e1
commit
606813d5cd
@ -1,3 +1,18 @@
|
||||
2019-10-07 Weimin Pan <weimin.pan@oracle.com>
|
||||
|
||||
* ../Makefile.def (dependencies): Add all-libctf to all-gdb
|
||||
* ../Makefile.in: Add "all-gdb: maybe-all-libctf"
|
||||
* ctfread.c: New file.
|
||||
* ctfread.h: New file.
|
||||
* elfread.c: Include ctfread.h.
|
||||
(struct elfinfo text_p): New member ctfsect.
|
||||
(elf_locate_sections): Mark CTF section.
|
||||
(elf_symfile_read): Call elfctf_build_psymtabs.
|
||||
* Makefile.in (LIBCTF): Add.
|
||||
(CLIBS): Use it.
|
||||
(CDEPS): Likewise.
|
||||
(DIST): Add ctfread.c.
|
||||
|
||||
2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* ctfread.c (struct nextfield): Renamed to ...
|
||||
@ -10,21 +25,6 @@
|
||||
(process_struct_members): Likewise.
|
||||
(process_enum_type): Likewise.
|
||||
|
||||
2019-10-07 Weimin Pan <weimin.pan@oracle.com>
|
||||
|
||||
* ctfread.c: New file.
|
||||
* ctfread.h: New file.
|
||||
* elfread.c: Include ctfread.h.
|
||||
(struct elfinfo text_p): New member ctfsect.
|
||||
(elf_locate_sections): Mark CTF section.
|
||||
(elf_symfile_read): Call elfctf_build_psymtabs.
|
||||
* Makefile.in (LIBCTF): Add.
|
||||
(CLIBS): Use it.
|
||||
(CDEPS): Likewise.
|
||||
(DIST): Add ctfread.c.
|
||||
* ../Makefile.def (dependencies): Add all-libctf to all-gdb
|
||||
* ../Makefile.in: Add "all-gdb: maybe-all-libctf"
|
||||
|
||||
2019-10-07 Weimin Pan <weimin.pan@oracle.com>
|
||||
|
||||
* tracectf.h: Rename, was ctf.h.
|
||||
|
Loading…
Reference in New Issue
Block a user