diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-28 11:20:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-28 11:20:36 +0000 |
commit | a7ed1ca20297f91205d0a92f6c55bdc1ef1acce5 (patch) | |
tree | 28ecd83a0c7a9e3fca883cb1cdc17ad98b13de47 /gas/ChangeLog | |
parent | df25fda59cd72150690a02f51f804849545783e8 (diff) | |
download | gdb-a7ed1ca20297f91205d0a92f6c55bdc1ef1acce5.zip gdb-a7ed1ca20297f91205d0a92f6c55bdc1ef1acce5.tar.gz gdb-a7ed1ca20297f91205d0a92f6c55bdc1ef1acce5.tar.bz2 |
Add code to create and use directory tables.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a734f80..703b230 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2003-01-28 Jakub Jelinek <jakub@redhat.com> + + * dwarf2dbg.c: Include filenames.h. + (struct file_entry): Make filename const char *. + (dirs, dirs_in_use, dirs_allocated): New variables. + (get_filenum): Add NUM argument. Build directory table. + (dwarf2_where): Adjust caller. + (dwarf2_directive_file): Use get_filenum to allocate + slot in file and directory tables. + (dwarf2_directive_loc): Recreate full filename from + directory and filename part if needed for listing. + (out_file_list): Output directory table. + Output main source file dirname before its filename. + 2003-01-28 Dmitry Diky <diwil@mail.ru> * config/tc-msp430.c: Replace occurences of 'tolower' with |