ali.adb (Scan_ALI): Implement reading and storing of N lines
authorRobert Dewar <dewar@adacore.com>
Mon, 14 Jun 2010 13:01:07 +0000 (13:01 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 14 Jun 2010 13:01:07 +0000 (15:01 +0200)
commit7eaa7cdf7da806ba900237e34eb11fd580039da3
tree098473a5e47938dcfa8b53ff687d42c7e5548626
parent3a13e78582d1be59cd9e5ecb24f8f1c355261648
ali.adb (Scan_ALI): Implement reading and storing of N lines

2010-06-14  Robert Dewar  <dewar@adacore.com>

* ali.adb (Scan_ALI): Implement reading and storing of N lines
(Known_ALI_Lines): Add entry for 'N' (notes)
* ali.ads (Notes): New table to store Notes information
* alloc.ads: Add entries for Notes table
* lib-util.adb (Write_Info_Int): New procedure
(Write_Info_Slit): New procedure
(Write_Info_Uint): New procedure
* lib-util.ads (Write_Info_Int): New procedure
(Write_Info_Slit): New procedure
(Write_Info_Uint): New procedure
* lib-writ.adb (Write_Unit_Information): Output N (notes) lines
* lib-writ.ads: Update documentation for N (Notes) lines
* lib.adb (Store_Note): New procedure
* lib.ads (Notes): New table
(Store_Note): New procedure
* sem_prag.adb: Call Store_Note for affected pragmas

From-SVN: r160736
gcc/ada/ChangeLog
gcc/ada/ali.adb
gcc/ada/ali.ads
gcc/ada/alloc.ads
gcc/ada/lib-util.adb
gcc/ada/lib-util.ads
gcc/ada/lib-writ.adb
gcc/ada/lib-writ.ads
gcc/ada/lib.adb
gcc/ada/lib.ads
gcc/ada/sem_prag.adb