Compress all debug sections.

This commit is contained in:
Ian Lance Taylor
2007-12-01 06:34:12 +00:00
parent f80c84b330
commit 96803768f1
15 changed files with 386 additions and 417 deletions

View File

@@ -960,6 +960,7 @@ class Sized_relobj : public Relobj
off_t offset;
off_t view_size;
bool is_input_output_view;
bool is_postprocessing_view;
};
typedef std::vector<View_size> Views;